#518BC8

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

Shades of Havelock Blue #518BC8

Tints of Havelock Blue #518BC8

Color information

#518BC8 (or 0x518BC8) is unknown color: approx Havelock Blue. HEX triplet: 51, 8B and C8. RGB value is (81,139,200). Sum of RGB (Red+Green+Blue) = 81+139+200=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 200 - color contains mainly: blue. Hex color #518BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518BC8 is #AE7437. Grayscale: #808080. Windows color (decimal): -11433016 or 13142865. OLE color: 13142865.

HSL color Cylindrical-coordinate representation of color #518BC8: hue angle of 210.76º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #518BC8 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB81139200-
CMYK0.590.3000.22
HSL210.76º51.97%55.1%-
HSV(B)210.76º59.5%78.43%-
XYZ23.0524.3858.14-
YUV128.61168.2894.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.29%
GREEN value IS 139 (54.69% from 255) = 33.10%
BLUE value IS 200 (78.52% from 255) = 47.62%
R=19.29%
G=33.10%
B=47.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal811392000.590.3000.22210.7651.9755.1
Hex518BC83B1E016d33437
Octal12121331073360263236467
Binary101000110001011110010001110111111001011011010011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,139,200); }

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

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

 a { background-color: rgb(81,139,200); }

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

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

 span { border-color: rgb(81,139,200); }

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