Html Css Color HEX #518CCC Havelock Blue

📋 copy color: '#518CCC'

red 81 ◦ green 140 ◦ blue 204

#518CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #518CCC

Tints of Havelock Blue #518CCC

RGB

 RED value IS 81 (32.03% from 255) = 19.06%

 GREEN value IS 140 (55.08% from 255) = 32.94%

 BLUE value IS 204 (80.08% from 255) = 48%

R = 19.06%
G = 32.94%
B = 48%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#518CCC (or 0x518CCC) is known color: Havelock Blue. HEX triplet: 51, 8C and CC. RGB value is (81,140,204). Sum of RGB (Red+Green+Blue) = 81+140+204=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #518CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518CCC is #AE7333. Grayscale: #818181. Windows color (decimal): -11432756 or 13405265. OLE color: 13405265.

HSL color Cylindrical-coordinate representation of color #518CCC: hue angle of 211.22º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #518CCC is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 140 204 -
CMYK 0.60 0.31 0 0.2
HSL 211.22º 0.55% 0.56% -
HSV(B) 211.22º 0.6% 0.8% -
XYZ 23.67 24.87 60.68 -
YUV 129.66 169.95 93.3 -
System Red Green Blue C M Y K H S L
Decimal 81 140 204 0.60 0.31 0 0.2 211.22 0.55 0.56
Hex 51 8C CC 3C 1F 0 14 D3 37 38
Octal 121 214 314 74 37 0 24 323 67 70
Binary 1010001 10001100 11001100 111100 11111 0 10100 11010011 110111 111000

Color Harmonies of #518CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518CCC

Black with #518CCC

Text Example


Text Example

White with #518CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,140,204); }

 H1.HeaderClassName
 {
   color: #518CCC;
 }
 .AnyTagClassName
 {
   color: #518CCC;
 }
</style>

background-color css

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

 a { background-color: rgb(81,140,204); }

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

border-color css

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

 span { border-color: rgb(81,140,204); }

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