Html Css Color HEX #518CCD Havelock Blue

📋 copy color: '#518CCD'

red 81 ◦ green 140 ◦ blue 205

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

Shades of Havelock Blue #518CCD

Tints of Havelock Blue #518CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 19.01%
G = 32.86%
B = 48.12%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#518CCD (or 0x518CCD) is known color: Havelock Blue. HEX triplet: 51, 8C and CD. RGB value is (81,140,205). Sum of RGB (Red+Green+Blue) = 81+140+205=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #518CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518CCD is #AE7332. Grayscale: #818181. Windows color (decimal): -11432755 or 13470801. OLE color: 13470801.

HSL color Cylindrical-coordinate representation of color #518CCD: hue angle of 211.45º 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 #518CCD is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 140 205 -
CMYK 0.60 0.32 0 0.20
HSL 211.45º 0.55% 0.56% -
HSV(B) 211.45º 0.6% 0.8% -
XYZ 23.79 24.91 61.31 -
YUV 129.77 170.45 93.21 -
System Red Green Blue C M Y K H S L
Decimal 81 140 205 0.60 0.32 0 0.20 211.45 0.55 0.56
Hex 51 8C CD 3C 20 0 14 D3 37 38
Octal 121 214 315 74 40 0 24 323 67 70
Binary 1010001 10001100 11001101 111100 100000 0 10100 11010011 110111 111000

Color Harmonies of #518CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518CCD

Black with #518CCD

Text Example


Text Example

White with #518CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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