Html Css Color HEX #5185BB Havelock Blue

📋 copy color: '#5185BB'

red 81 ◦ green 133 ◦ blue 187

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

Shades of Havelock Blue #5185BB

Tints of Havelock Blue #5185BB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.17%

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

R = 20.2%
G = 33.17%
B = 46.63%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5185BB (or 0x5185BB) is known color: Havelock Blue. HEX triplet: 51, 85 and BB. RGB value is (81,133,187). Sum of RGB (Red+Green+Blue) = 81+133+187=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #5185BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5185BB is #AE7A44. Grayscale: #7B7B7B. Windows color (decimal): -11434565 or 12289361. OLE color: 12289361.

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

Color convert

RGB 81 133 187 -
CMYK 0.57 0.29 0 0.27
HSL 210.57º 0.44% 0.53% -
HSV(B) 210.57º 0.57% 0.73% -
XYZ 20.75 22.11 50.19 -
YUV 123.61 163.77 97.61 -
System Red Green Blue C M Y K H S L
Decimal 81 133 187 0.57 0.29 0 0.27 210.57 0.44 0.53
Hex 51 85 BB 39 1D 0 1B D3 2C 35
Octal 121 205 273 71 35 0 33 323 54 65
Binary 1010001 10000101 10111011 111001 11101 0 11011 11010011 101100 110101

Color Harmonies of #5185BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5185BB

Black with #5185BB

Text Example


Text Example

White with #5185BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5185BB; }

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

 H1.HeaderClassName
 {
   color: #5185BB;
 }
 .AnyTagClassName
 {
   color: #5185BB;
 }
</style>

background-color css

<style>
 a { background-color: #5185BB; }

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

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

border-color css

<style>
 span { border-color: #5185BB; }

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

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