#5183BD

Color #5183BD Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5183BD

Tints of Havelock Blue #5183BD

Color information

#5183BD (or 0x5183BD) is unknown color: approx Havelock Blue. HEX triplet: 51, 83 and BD. RGB value is (81,131,189). Sum of RGB (Red+Green+Blue) = 81+131+189=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #5183BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5183BD is #AE7C42. Grayscale: #7A7A7A. Windows color (decimal): -11435075 or 12419921. OLE color: 12419921.

HSL color Cylindrical-coordinate representation of color #5183BD: hue angle of 212.22º 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 #5183BD is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB81131189-
CMYK0.570.3100.26
HSL212.22º45%52.94%-
HSV(B)212.22º57.14%74.12%-
XYZ20.6921.6651.23-
YUV122.66165.4498.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.20%
GREEN value IS 131 (51.56% from 255) = 32.67%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=20.20%
G=32.67%
B=47.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811311890.570.3100.26212.224552.94
Hex5183BD391F01Ad42d35
Octal12120327571370323245565
Binary101000110000011101111011110011111101101011010100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5183BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5183BD; }

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

 H1.HeaderClassName
 {
   color: #5183BD;
 }
 .AnyTagClassName
 {
   color: #5183BD;
 }
</style>
background-color css

<style>
 a { background-color: #5183BD; }

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

 div.DivClassName
 {
   background-color: #5183BD;
 }
 .BgClassName
 {
   background-color: #5183BD;
 }
</style>
border-color css

<style>
 span { border-color: #5183BD; }

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

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