Html Css Color HEX #518ACD Havelock Blue

📋 copy color: '#518ACD'

red 81 ◦ green 138 ◦ blue 205

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

Shades of Havelock Blue #518ACD

Tints of Havelock Blue #518ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.55%

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

R = 19.1%
G = 32.55%
B = 48.35%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#518ACD (or 0x518ACD) is known color: Havelock Blue. HEX triplet: 51, 8A and CD. RGB value is (81,138,205). Sum of RGB (Red+Green+Blue) = 81+138+205=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #518ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ACD is #AE7532. Grayscale: #808080. Windows color (decimal): -11433267 or 13470289. OLE color: 13470289.

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

Color convert

RGB 81 138 205 -
CMYK 0.60 0.33 0 0.20
HSL 212.42º 0.55% 0.56% -
HSV(B) 212.42º 0.6% 0.8% -
XYZ 23.5 24.33 61.22 -
YUV 128.6 171.12 94.05 -
System Red Green Blue C M Y K H S L
Decimal 81 138 205 0.60 0.33 0 0.20 212.42 0.55 0.56
Hex 51 8A CD 3C 21 0 14 D4 37 38
Octal 121 212 315 74 41 0 24 324 67 70
Binary 1010001 10001010 11001101 111100 100001 0 10100 11010100 110111 111000

Color Harmonies of #518ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518ACD

Black with #518ACD

Text Example


Text Example

White with #518ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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