#5385BF

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

Shades of Havelock Blue #5385BF

Tints of Havelock Blue #5385BF

Color information

#5385BF (or 0x5385BF) is unknown color: approx Havelock Blue. HEX triplet: 53, 85 and BF. RGB value is (83,133,191). Sum of RGB (Red+Green+Blue) = 83+133+191=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #5385BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5385BF is #AC7A40. Grayscale: #7C7C7C. Windows color (decimal): -11303489 or 12551507. OLE color: 12551507.

HSL color Cylindrical-coordinate representation of color #5385BF: hue angle of 212.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5385BF is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83133191-
CMYK0.570.3000.25
HSL212.22º45.76%53.73%-
HSV(B)212.22º56.54%74.9%-
XYZ21.3622.3852.48-
YUV124.66165.4498.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.39%
GREEN value IS 133 (52.34% from 255) = 32.68%
BLUE value IS 191 (75% from 255) = 46.93%
R=20.39%
G=32.68%
B=46.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831331910.570.3000.25212.2245.7653.73
Hex5385BF391E019d42e36
Octal12320527771360313245666
Binary101001110000101101111111110011111001100111010100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5385BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5385BF; }

 p { color: rgb(83,133,191); }

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

<style>
 a { background-color: #5385BF; }

 a { background-color: rgb(83,133,191); }

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

<style>
 span { border-color: #5385BF; }

 span { border-color: rgb(83,133,191); }

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