#5382BD

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

Shades of Havelock Blue #5382BD

Tints of Havelock Blue #5382BD

Color information

#5382BD (or 0x5382BD) is unknown color: approx Havelock Blue. HEX triplet: 53, 82 and BD. RGB value is (83,130,189). Sum of RGB (Red+Green+Blue) = 83+130+189=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #5382BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5382BD is #AC7D42. Grayscale: #7A7A7A. Windows color (decimal): -11304259 or 12419667. OLE color: 12419667.

HSL color Cylindrical-coordinate representation of color #5382BD: hue angle of 213.4º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5382BD is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB83130189-
CMYK0.560.3100.26
HSL213.4º44.54%53.33%-
HSV(B)213.4º56.08%74.12%-
XYZ20.7421.4851.2-
YUV122.67165.4399.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.65%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 189 (74.22% from 255) = 47.01%
R=20.65%
G=32.34%
B=47.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal831301890.560.3100.26213.444.5453.33
Hex5382BD381F01Ad52d35
Octal12320227570370323255565
Binary101001110000010101111011110001111101101011010101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5382BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,130,189); }

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

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

 a { background-color: rgb(83,130,189); }

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

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

 span { border-color: rgb(83,130,189); }

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