#5A7DBF

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

Shades of Havelock Blue #5A7DBF

Tints of Havelock Blue #5A7DBF

Color information

#5A7DBF (or 0x5A7DBF) is unknown color: approx Havelock Blue. HEX triplet: 5A, 7D and BF. RGB value is (90,125,191). Sum of RGB (Red+Green+Blue) = 90+125+191=406 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.17% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A7DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7DBF is #A58240. Grayscale: #797979. Windows color (decimal): -10846785 or 12549466. OLE color: 12549466.

HSL color Cylindrical-coordinate representation of color #5A7DBF: hue angle of 219.21º 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 #5A7DBF is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB90125191-
CMYK0.530.3500.25
HSL219.21º44.1%55.1%-
HSV(B)219.21º52.88%74.9%-
XYZ20.9520.652.16-
YUV122.06166.9105.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.17%
GREEN value IS 125 (49.22% from 255) = 30.79%
BLUE value IS 191 (75% from 255) = 47.04%
R=22.17%
G=30.79%
B=47.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901251910.530.3500.25219.2144.155.1
Hex5A7DBF3523019db2c37
Octal13217527765430313335467
Binary101101011111011011111111010110001101100111011011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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