Html Css Color HEX #517FBB Havelock Blue

📋 copy color: '#517FBB'

red 81 ◦ green 127 ◦ blue 187

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

Shades of Havelock Blue #517FBB

Tints of Havelock Blue #517FBB

RGB

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

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

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

R = 20.51%
G = 32.15%
B = 47.34%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#517FBB (or 0x517FBB) is known color: Havelock Blue. HEX triplet: 51, 7F and BB. RGB value is (81,127,187). Sum of RGB (Red+Green+Blue) = 81+127+187=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #517FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517FBB is #AE8044. Grayscale: #777777. Windows color (decimal): -11436101 or 12287825. OLE color: 12287825.

HSL color Cylindrical-coordinate representation of color #517FBB: hue angle of 213.96º 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 #517FBB is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 127 187 -
CMYK 0.57 0.32 0 0.27
HSL 213.96º 0.44% 0.53% -
HSV(B) 213.96º 0.57% 0.73% -
XYZ 19.95 20.52 49.92 -
YUV 120.09 165.76 100.12 -
System Red Green Blue C M Y K H S L
Decimal 81 127 187 0.57 0.32 0 0.27 213.96 0.44 0.53
Hex 51 7F BB 39 20 0 1B D6 2C 35
Octal 121 177 273 71 40 0 33 326 54 65
Binary 1010001 1111111 10111011 111001 100000 0 11011 11010110 101100 110101

Color Harmonies of #517FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517FBB

Black with #517FBB

Text Example


Text Example

White with #517FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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