Html Css Color HEX #517ECD Havelock Blue

📋 copy color: '#517ECD'

red 81 ◦ green 126 ◦ blue 205

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

Shades of Havelock Blue #517ECD

Tints of Havelock Blue #517ECD

RGB

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

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

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

R = 19.66%
G = 30.58%
B = 49.76%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#517ECD (or 0x517ECD) is known color: Havelock Blue. HEX triplet: 51, 7E and CD. RGB value is (81,126,205). Sum of RGB (Red+Green+Blue) = 81+126+205=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #517ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517ECD is #AE8132. Grayscale: #797979. Windows color (decimal): -11436339 or 13467217. OLE color: 13467217.

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

Color convert

RGB 81 126 205 -
CMYK 0.60 0.39 0 0.20
HSL 218.23º 0.55% 0.56% -
HSV(B) 218.23º 0.6% 0.8% -
XYZ 21.87 21.08 60.67 -
YUV 121.55 175.09 99.08 -
System Red Green Blue C M Y K H S L
Decimal 81 126 205 0.60 0.39 0 0.20 218.23 0.55 0.56
Hex 51 7E CD 3C 27 0 14 DA 37 38
Octal 121 176 315 74 47 0 24 332 67 70
Binary 1010001 1111110 11001101 111100 100111 0 10100 11011010 110111 111000

Color Harmonies of #517ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517ECD

Black with #517ECD

Text Example


Text Example

White with #517ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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