#5A84BF

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

Shades of Havelock Blue #5A84BF

Tints of Havelock Blue #5A84BF

Color information

#5A84BF (or 0x5A84BF) is unknown color: approx Havelock Blue. HEX triplet: 5A, 84 and BF. RGB value is (90,132,191). Sum of RGB (Red+Green+Blue) = 90+132+191=413 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.79% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A84BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A84BF is #A57B40. Grayscale: #7D7D7D. Windows color (decimal): -10844993 or 12551258. OLE color: 12551258.

HSL color Cylindrical-coordinate representation of color #5A84BF: hue angle of 215.05º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A84BF is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB90132191-
CMYK0.530.3100.25
HSL215.05º44.1%55.1%-
HSV(B)215.05º52.88%74.9%-
XYZ21.8722.4452.47-
YUV126.17164.59102.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.79%
GREEN value IS 132 (51.95% from 255) = 31.96%
BLUE value IS 191 (75% from 255) = 46.25%
R=21.79%
G=31.96%
B=46.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901321910.530.3100.25215.0544.155.1
Hex5A84BF351F019d72c37
Octal13220427765370313275467
Binary101101010000100101111111101011111101100111010111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A84BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A84BF; }

 p { color: rgb(90,132,191); }

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

<style>
 a { background-color: #5A84BF; }

 a { background-color: rgb(90,132,191); }

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

<style>
 span { border-color: #5A84BF; }

 span { border-color: rgb(90,132,191); }

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