Html Css Color HEX #517DB9 Havelock Blue

📋 copy color: '#517DB9'

red 81 ◦ green 125 ◦ blue 185

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

Shades of Havelock Blue #517DB9

Tints of Havelock Blue #517DB9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.97%

 BLUE value IS 185 (72.66% from 255) = 47.31%

R = 20.72%
G = 31.97%
B = 47.31%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#517DB9 (or 0x517DB9) is known color: Havelock Blue. HEX triplet: 51, 7D and B9. RGB value is (81,125,185). Sum of RGB (Red+Green+Blue) = 81+125+185=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 185 - color contains mainly: blue. Hex color #517DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DB9 is #AE8246. Grayscale: #767676. Windows color (decimal): -11436615 or 12156241. OLE color: 12156241.

HSL color Cylindrical-coordinate representation of color #517DB9: hue angle of 214.62º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #517DB9 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 125 185 -
CMYK 0.56 0.32 0 0.27
HSL 214.62º 0.43% 0.52% -
HSV(B) 214.62º 0.56% 0.73% -
XYZ 19.48 19.92 48.72 -
YUV 118.68 165.42 101.12 -
System Red Green Blue C M Y K H S L
Decimal 81 125 185 0.56 0.32 0 0.27 214.62 0.43 0.52
Hex 51 7D B9 38 20 0 1B D7 2B 34
Octal 121 175 271 70 40 0 33 327 53 64
Binary 1010001 1111101 10111001 111000 100000 0 11011 11010111 101011 110100

Color Harmonies of #517DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517DB9

Black with #517DB9

Text Example


Text Example

White with #517DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,125,185); }

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

background-color css

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

 a { background-color: rgb(81,125,185); }

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

border-color css

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

 span { border-color: rgb(81,125,185); }

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