Html Css Color HEX #517BCD Havelock Blue

📋 copy color: '#517BCD'

red 81 ◦ green 123 ◦ blue 205

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

Shades of Havelock Blue #517BCD

Tints of Havelock Blue #517BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.07%

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

R = 19.8%
G = 30.07%
B = 50.12%

CMYK

 C value IS 0.60

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#517BCD (or 0x517BCD) is known color: Havelock Blue. HEX triplet: 51, 7B and CD. RGB value is (81,123,205). Sum of RGB (Red+Green+Blue) = 81+123+205=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #517BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517BCD is #AE8432. Grayscale: #777777. Windows color (decimal): -11437107 or 13466449. OLE color: 13466449.

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

Color convert

RGB 81 123 205 -
CMYK 0.60 0.4 0 0.20
HSL 219.68º 0.55% 0.56% -
HSV(B) 219.68º 0.6% 0.8% -
XYZ 21.5 20.32 60.55 -
YUV 119.79 176.09 100.33 -
System Red Green Blue C M Y K H S L
Decimal 81 123 205 0.60 0.4 0 0.20 219.68 0.55 0.56
Hex 51 7B CD 3C 28 0 14 DC 37 38
Octal 121 173 315 74 50 0 24 334 67 70
Binary 1010001 1111011 11001101 111100 101000 0 10100 11011100 110111 111000

Color Harmonies of #517BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BCD

Black with #517BCD

Text Example


Text Example

White with #517BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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