#5A7DD3

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

Shades of Havelock Blue #5A7DD3

Tints of Havelock Blue #5A7DD3

Color information

#5A7DD3 (or 0x5A7DD3) is unknown color: approx Havelock Blue. HEX triplet: 5A, 7D and D3. RGB value is (90,125,211). Sum of RGB (Red+Green+Blue) = 90+125+211=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 211 (82.81% from 255 or 49.53% from 426); Max value from RGB is 211 - color contains mainly: blue. Hex color #5A7DD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7DD3 is #A5822C. Grayscale: #7B7B7B. Windows color (decimal): -10846765 or 13860186. OLE color: 13860186.

HSL color Cylindrical-coordinate representation of color #5A7DD3: hue angle of 222.64º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A7DD3 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB90125211-
CMYK0.570.4100.17
HSL222.64º57.89%59.02%-
HSV(B)222.64º57.35%82.75%-
XYZ23.3121.5464.56-
YUV124.34176.9103.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.13%
GREEN value IS 125 (49.22% from 255) = 29.34%
BLUE value IS 211 (82.81% from 255) = 49.53%
R=21.13%
G=29.34%
B=49.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal901252110.570.4100.17222.6457.8959.02
Hex5A7DD33929011df3a3b
Octal13217532371510213377273
Binary101101011111011101001111100110100101000111011111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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