Html Css Color HEX #517CBD Havelock Blue

📋 copy color: '#517CBD'

red 81 ◦ green 124 ◦ blue 189

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

Shades of Havelock Blue #517CBD

Tints of Havelock Blue #517CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.47%

 BLUE value IS 189 (74.22% from 255) = 47.97%

R = 20.56%
G = 31.47%
B = 47.97%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#517CBD (or 0x517CBD) is known color: Havelock Blue. HEX triplet: 51, 7C and BD. RGB value is (81,124,189). Sum of RGB (Red+Green+Blue) = 81+124+189=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #517CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517CBD is #AE8342. Grayscale: #767676. Windows color (decimal): -11436867 or 12418129. OLE color: 12418129.

HSL color Cylindrical-coordinate representation of color #517CBD: hue angle of 216.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #517CBD is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 124 189 -
CMYK 0.57 0.34 0 0.26
HSL 216.11º 0.45% 0.53% -
HSV(B) 216.11º 0.57% 0.74% -
XYZ 19.79 19.84 50.93 -
YUV 118.55 167.75 101.21 -
System Red Green Blue C M Y K H S L
Decimal 81 124 189 0.57 0.34 0 0.26 216.11 0.45 0.53
Hex 51 7C BD 39 22 0 1A D8 2D 35
Octal 121 174 275 71 42 0 32 330 55 65
Binary 1010001 1111100 10111101 111001 100010 0 11010 11011000 101101 110101

Color Harmonies of #517CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517CBD

Black with #517CBD

Text Example


Text Example

White with #517CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,124,189); }

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

background-color css

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

 a { background-color: rgb(81,124,189); }

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

border-color css

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

 span { border-color: rgb(81,124,189); }

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