Html Css Color HEX #517DBB Havelock Blue

📋 copy color: '#517DBB'

red 81 ◦ green 125 ◦ blue 187

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

Shades of Havelock Blue #517DBB

Tints of Havelock Blue #517DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.58%

R = 20.61%
G = 31.81%
B = 47.58%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#517DBB (or 0x517DBB) is known color: Havelock Blue. HEX triplet: 51, 7D and BB. RGB value is (81,125,187). Sum of RGB (Red+Green+Blue) = 81+125+187=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #517DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DBB is #AE8244. Grayscale: #767676. Windows color (decimal): -11436613 or 12287313. OLE color: 12287313.

HSL color Cylindrical-coordinate representation of color #517DBB: hue angle of 215.09º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #517DBB is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 125 187 -
CMYK 0.57 0.33 0 0.27
HSL 215.09º 0.44% 0.53% -
HSV(B) 215.09º 0.57% 0.73% -
XYZ 19.7 20 49.84 -
YUV 118.91 166.42 100.96 -
System Red Green Blue C M Y K H S L
Decimal 81 125 187 0.57 0.33 0 0.27 215.09 0.44 0.53
Hex 51 7D BB 39 21 0 1B D7 2C 35
Octal 121 175 273 71 41 0 33 327 54 65
Binary 1010001 1111101 10111011 111001 100001 0 11011 11010111 101100 110101

Color Harmonies of #517DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517DBB

Black with #517DBB

Text Example


Text Example

White with #517DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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