#5A7DBA

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

Shades of Havelock Blue #5A7DBA

Tints of Havelock Blue #5A7DBA

Color information

#5A7DBA (or 0x5A7DBA) is unknown color: approx Havelock Blue. HEX triplet: 5A, 7D and BA. RGB value is (90,125,186). Sum of RGB (Red+Green+Blue) = 90+125+186=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A7DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7DBA is #A58245. Grayscale: #797979. Windows color (decimal): -10846790 or 12221786. OLE color: 12221786.

HSL color Cylindrical-coordinate representation of color #5A7DBA: hue angle of 218.12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A7DBA is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB90125186-
CMYK0.520.3300.27
HSL218.12º41.03%54.12%-
HSV(B)218.12º51.61%72.94%-
XYZ20.4120.3949.31-
YUV121.49164.4105.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.44%
GREEN value IS 125 (49.22% from 255) = 31.17%
BLUE value IS 186 (73.05% from 255) = 46.38%
R=22.44%
G=31.17%
B=46.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901251860.520.3300.27218.1241.0354.12
Hex5A7DBA342101Bda2936
Octal13217527264410333325166
Binary101101011111011011101011010010000101101111011010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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