#5A7DD0

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

Shades of Havelock Blue #5A7DD0

Tints of Havelock Blue #5A7DD0

Color information

#5A7DD0 (or 0x5A7DD0) is unknown color: approx Havelock Blue. HEX triplet: 5A, 7D and D0. RGB value is (90,125,208). Sum of RGB (Red+Green+Blue) = 90+125+208=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #5A7DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7DD0 is #A5822F. Grayscale: #7B7B7B. Windows color (decimal): -10846768 or 13663578. OLE color: 13663578.

HSL color Cylindrical-coordinate representation of color #5A7DD0: hue angle of 222.2º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A7DD0 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB90125208-
CMYK0.570.4000.18
HSL222.2º55.66%58.43%-
HSV(B)222.2º56.73%81.57%-
XYZ22.9421.3962.6-
YUV124175.4103.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.28%
GREEN value IS 125 (49.22% from 255) = 29.55%
BLUE value IS 208 (81.64% from 255) = 49.17%
R=21.28%
G=29.55%
B=49.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal901252080.570.4000.18222.255.6658.43
Hex5A7DD03928012de383a
Octal13217532071500223367072
Binary101101011111011101000011100110100001001011011110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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