Html Css Color HEX #517FCD Havelock Blue

📋 copy color: '#517FCD'

red 81 ◦ green 127 ◦ blue 205

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

Shades of Havelock Blue #517FCD

Tints of Havelock Blue #517FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 30.75%

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

R = 19.61%
G = 30.75%
B = 49.64%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#517FCD (or 0x517FCD) is known color: Havelock Blue. HEX triplet: 51, 7F and CD. RGB value is (81,127,205). Sum of RGB (Red+Green+Blue) = 81+127+205=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #517FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517FCD is #AE8032. Grayscale: #797979. Windows color (decimal): -11436083 or 13467473. OLE color: 13467473.

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

Color convert

RGB 81 127 205 -
CMYK 0.60 0.38 0 0.20
HSL 217.74º 0.55% 0.56% -
HSV(B) 217.74º 0.6% 0.8% -
XYZ 22 21.34 60.72 -
YUV 122.14 174.76 98.66 -
System Red Green Blue C M Y K H S L
Decimal 81 127 205 0.60 0.38 0 0.20 217.74 0.55 0.56
Hex 51 7F CD 3C 26 0 14 DA 37 38
Octal 121 177 315 74 46 0 24 332 67 70
Binary 1010001 1111111 11001101 111100 100110 0 10100 11011010 110111 111000

Color Harmonies of #517FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517FCD

Black with #517FCD

Text Example


Text Example

White with #517FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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