#5783B5

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

Shades of Havelock Blue #5783B5

Tints of Havelock Blue #5783B5

Color information

#5783B5 (or 0x5783B5) is unknown color: approx Havelock Blue. HEX triplet: 57, 83 and B5. RGB value is (87,131,181). Sum of RGB (Red+Green+Blue) = 87+131+181=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 181 (71.09% from 255 or 45.36% from 399); Max value from RGB is 181 - color contains mainly: blue. Hex color #5783B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5783B5 is #A87C4A. Grayscale: #7B7B7B. Windows color (decimal): -11041867 or 11895639. OLE color: 11895639.

HSL color Cylindrical-coordinate representation of color #5783B5: hue angle of 211.91º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5783B5 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB87131181-
CMYK0.520.2800.29
HSL211.91º38.84%52.55%-
HSV(B)211.91º51.93%70.98%-
XYZ20.3921.646.81-
YUV123.54160.42101.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.80%
GREEN value IS 131 (51.56% from 255) = 32.83%
BLUE value IS 181 (71.09% from 255) = 45.36%
R=21.80%
G=32.83%
B=45.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal871311810.520.2800.29211.9138.8452.55
Hex5783B5341C01Dd42735
Octal12720326564340353244765
Binary101011110000011101101011101001110001110111010100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5783B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5783B5; }

 p { color: rgb(87,131,181); }

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

<style>
 a { background-color: #5783B5; }

 a { background-color: rgb(87,131,181); }

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

<style>
 span { border-color: #5783B5; }

 span { border-color: rgb(87,131,181); }

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