#5A7CBB

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

Shades of Havelock Blue #5A7CBB

Tints of Havelock Blue #5A7CBB

Color information

#5A7CBB (or 0x5A7CBB) is unknown color: approx Havelock Blue. HEX triplet: 5A, 7C and BB. RGB value is (90,124,187). Sum of RGB (Red+Green+Blue) = 90+124+187=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A7CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7CBB is #A58344. Grayscale: #787878. Windows color (decimal): -10847045 or 12287066. OLE color: 12287066.

HSL color Cylindrical-coordinate representation of color #5A7CBB: hue angle of 218.97º degrees, saturation: 0.42, 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 #5A7CBB is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB90124187-
CMYK0.520.3400.27
HSL218.97º41.63%54.31%-
HSV(B)218.97º51.87%73.33%-
XYZ20.3920.1849.83-
YUV121.02165.24105.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.44%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 187 (73.44% from 255) = 46.63%
R=22.44%
G=30.92%
B=46.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901241870.520.3400.27218.9741.6354.31
Hex5A7CBB342201Bdb2a36
Octal13217427364420333335266
Binary101101011111001011101111010010001001101111011011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,124,187); }

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

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

 a { background-color: rgb(90,124,187); }

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

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

 span { border-color: rgb(90,124,187); }

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