#5183BC

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

Shades of Havelock Blue #5183BC

Tints of Havelock Blue #5183BC

Color information

#5183BC (or 0x5183BC) is unknown color: approx Havelock Blue. HEX triplet: 51, 83 and BC. RGB value is (81,131,188). Sum of RGB (Red+Green+Blue) = 81+131+188=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #5183BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5183BC is #AE7C43. Grayscale: #7A7A7A. Windows color (decimal): -11435076 or 12354385. OLE color: 12354385.

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

Color convert

RGB81131188-
CMYK0.570.3000.26
HSL211.96º44.4%52.75%-
HSV(B)211.96º56.91%73.73%-
XYZ20.5921.6150.66-
YUV122.55164.9498.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.25%
GREEN value IS 131 (51.56% from 255) = 32.75%
BLUE value IS 188 (73.83% from 255) = 47%
R=20.25%
G=32.75%
B=47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811311880.570.3000.26211.9644.452.75
Hex5183BC391E01Ad42c35
Octal12120327471360323245465
Binary101000110000011101111001110011111001101011010100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5183BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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