#5A7BCB

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

Shades of Havelock Blue #5A7BCB

Tints of Havelock Blue #5A7BCB

Color information

#5A7BCB (or 0x5A7BCB) is unknown color: approx Havelock Blue. HEX triplet: 5A, 7B and CB. RGB value is (90,123,203). Sum of RGB (Red+Green+Blue) = 90+123+203=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A7BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7BCB is #A58434. Grayscale: #797979. Windows color (decimal): -10847285 or 13335386. OLE color: 13335386.

HSL color Cylindrical-coordinate representation of color #5A7BCB: hue angle of 222.48º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A7BCB is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB90123203-
CMYK0.560.3900.20
HSL222.48º52.07%57.45%-
HSV(B)222.48º55.67%79.61%-
XYZ22.0820.6559.32-
YUV122.25173.57105-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.63%
GREEN value IS 123 (48.44% from 255) = 29.57%
BLUE value IS 203 (79.69% from 255) = 48.80%
R=21.63%
G=29.57%
B=48.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal901232030.560.3900.20222.4852.0757.45
Hex5A7BCB3827014de3439
Octal13217331370470243366471
Binary101101011110111100101111100010011101010011011110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,123,203); }

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

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

 a { background-color: rgb(90,123,203); }

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

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

 span { border-color: rgb(90,123,203); }

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