Html Css Color HEX #517CBB Havelock Blue

📋 copy color: '#517CBB'

red 81 ◦ green 124 ◦ blue 187

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

Shades of Havelock Blue #517CBB

Tints of Havelock Blue #517CBB

RGB

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

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

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

R = 20.66%
G = 31.63%
B = 47.7%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#517CBB (or 0x517CBB) is known color: Havelock Blue. HEX triplet: 51, 7C and BB. RGB value is (81,124,187). Sum of RGB (Red+Green+Blue) = 81+124+187=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #517CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517CBB is #AE8344. Grayscale: #767676. Windows color (decimal): -11436869 or 12287057. OLE color: 12287057.

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

Color convert

RGB 81 124 187 -
CMYK 0.57 0.34 0 0.27
HSL 215.66º 0.44% 0.53% -
HSV(B) 215.66º 0.57% 0.73% -
XYZ 19.57 19.75 49.79 -
YUV 118.33 166.75 101.38 -
System Red Green Blue C M Y K H S L
Decimal 81 124 187 0.57 0.34 0 0.27 215.66 0.44 0.53
Hex 51 7C BB 39 22 0 1B D8 2C 35
Octal 121 174 273 71 42 0 33 330 54 65
Binary 1010001 1111100 10111011 111001 100010 0 11011 11011000 101100 110101

Color Harmonies of #517CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517CBB

Black with #517CBB

Text Example


Text Example

White with #517CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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