#5A7CBC

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

Shades of Havelock Blue #5A7CBC

Tints of Havelock Blue #5A7CBC

Color information

#5A7CBC (or 0x5A7CBC) is unknown color: approx Havelock Blue. HEX triplet: 5A, 7C and BC. RGB value is (90,124,188). Sum of RGB (Red+Green+Blue) = 90+124+188=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A7CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7CBC is #A58343. Grayscale: #787878. Windows color (decimal): -10847044 or 12352602. OLE color: 12352602.

HSL color Cylindrical-coordinate representation of color #5A7CBC: hue angle of 219.18º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A7CBC is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB90124188-
CMYK0.520.3400.26
HSL219.18º42.24%54.51%-
HSV(B)219.18º52.13%73.73%-
XYZ20.520.2250.4-
YUV121.13165.74105.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.39%
GREEN value IS 124 (48.83% from 255) = 30.85%
BLUE value IS 188 (73.83% from 255) = 46.77%
R=22.39%
G=30.85%
B=46.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal901241880.520.3400.26219.1842.2454.51
Hex5A7CBC342201Adb2a37
Octal13217427464420323335267
Binary101101011111001011110011010010001001101011011011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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