Html Css Color HEX #517ECC Havelock Blue

📋 copy color: '#517ECC'

red 81 ◦ green 126 ◦ blue 204

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

Shades of Havelock Blue #517ECC

Tints of Havelock Blue #517ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.66%

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

R = 19.71%
G = 30.66%
B = 49.64%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#517ECC (or 0x517ECC) is known color: Havelock Blue. HEX triplet: 51, 7E and CC. RGB value is (81,126,204). Sum of RGB (Red+Green+Blue) = 81+126+204=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #517ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517ECC is #AE8133. Grayscale: #797979. Windows color (decimal): -11436340 or 13401681. OLE color: 13401681.

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

Color convert

RGB 81 126 204 -
CMYK 0.60 0.38 0 0.2
HSL 218.05º 0.55% 0.56% -
HSV(B) 218.05º 0.6% 0.8% -
XYZ 21.75 21.03 60.04 -
YUV 121.44 174.59 99.16 -
System Red Green Blue C M Y K H S L
Decimal 81 126 204 0.60 0.38 0 0.2 218.05 0.55 0.56
Hex 51 7E CC 3C 26 0 14 DA 37 38
Octal 121 176 314 74 46 0 24 332 67 70
Binary 1010001 1111110 11001100 111100 100110 0 10100 11011010 110111 111000

Color Harmonies of #517ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517ECC

Black with #517ECC

Text Example


Text Example

White with #517ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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