#518DD5

Color #518DD5 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #518DD5

Tints of Havelock Blue #518DD5

Color information

#518DD5 (or 0x518DD5) is unknown color: approx Havelock Blue. HEX triplet: 51, 8D and D5. RGB value is (81,141,213). Sum of RGB (Red+Green+Blue) = 81+141+213=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #518DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DD5 is #AE722A. Grayscale: #828282. Windows color (decimal): -11432491 or 13995345. OLE color: 13995345.

HSL color Cylindrical-coordinate representation of color #518DD5: hue angle of 212.73º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #518DD5 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB81141213-
CMYK0.620.3400.16
HSL212.73º61.11%57.65%-
HSV(B)212.73º61.97%83.53%-
XYZ24.9325.666.58-
YUV131.27174.1292.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 18.62%
GREEN value IS 141 (55.47% from 255) = 32.41%
BLUE value IS 213 (83.59% from 255) = 48.97%
R=18.62%
G=32.41%
B=48.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal811412130.620.3400.16212.7361.1157.65
Hex518DD53E22010d53d3a
Octal12121532576420203257572
Binary1010001100011011101010111111010001001000011010101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518DD5; }

 p { color: rgb(81,141,213); }

 H1.HeaderClassName
 {
   color: #518DD5;
 }
 .AnyTagClassName
 {
   color: #518DD5;
 }
</style>
background-color css

<style>
 a { background-color: #518DD5; }

 a { background-color: rgb(81,141,213); }

 div.DivClassName
 {
   background-color: #518DD5;
 }
 .BgClassName
 {
   background-color: #518DD5;
 }
</style>
border-color css

<style>
 span { border-color: #518DD5; }

 span { border-color: rgb(81,141,213); }

 td.TdClassName
 {
   border-color: #518DD5;
 }
 .TagClassName
 {
   border-color: #518DD5;
 }
</style>