Html Css Color HEX #517ACC Havelock Blue

📋 copy color: '#517ACC'

red 81 ◦ green 122 ◦ blue 204

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

Shades of Havelock Blue #517ACC

Tints of Havelock Blue #517ACC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.98%

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

R = 19.9%
G = 29.98%
B = 50.12%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#517ACC (or 0x517ACC) is known color: Havelock Blue. HEX triplet: 51, 7A and CC. RGB value is (81,122,204). Sum of RGB (Red+Green+Blue) = 81+122+204=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #517ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517ACC is #AE8533. Grayscale: #767676. Windows color (decimal): -11437364 or 13400657. OLE color: 13400657.

HSL color Cylindrical-coordinate representation of color #517ACC: hue angle of 220º 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 #517ACC is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 122 204 -
CMYK 0.60 0.40 0 0.2
HSL 220º 0.55% 0.56% -
HSV(B) 220º 0.6% 0.8% -
XYZ 21.25 20.03 59.87 -
YUV 119.09 175.92 100.83 -
System Red Green Blue C M Y K H S L
Decimal 81 122 204 0.60 0.40 0 0.2 220 0.55 0.56
Hex 51 7A CC 3C 28 0 14 DC 37 38
Octal 121 172 314 74 50 0 24 334 67 70
Binary 1010001 1111010 11001100 111100 101000 0 10100 11011100 110111 111000

Color Harmonies of #517ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517ACC

Black with #517ACC

Text Example


Text Example

White with #517ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517ACC; }

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

 H1.HeaderClassName
 {
   color: #517ACC;
 }
 .AnyTagClassName
 {
   color: #517ACC;
 }
</style>

background-color css

<style>
 a { background-color: #517ACC; }

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

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

border-color css

<style>
 span { border-color: #517ACC; }

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

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