#5A7FD5

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

Shades of Havelock Blue #5A7FD5

Tints of Havelock Blue #5A7FD5

Color information

#5A7FD5 (or 0x5A7FD5) is unknown color: approx Havelock Blue. HEX triplet: 5A, 7F and D5. RGB value is (90,127,213). Sum of RGB (Red+Green+Blue) = 90+127+213=430 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.93% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 213 (83.59% from 255 or 49.53% from 430); Max value from RGB is 213 - color contains mainly: blue. Hex color #5A7FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7FD5 is #A5802A. Grayscale: #7D7D7D. Windows color (decimal): -10846251 or 13991770. OLE color: 13991770.

HSL color Cylindrical-coordinate representation of color #5A7FD5: hue angle of 221.95º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A7FD5 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB90127213-
CMYK0.580.4000.16
HSL221.95º59.42%59.41%-
HSV(B)221.95º57.75%83.53%-
XYZ23.8222.1665.97-
YUV125.74177.24102.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.93%
GREEN value IS 127 (50% from 255) = 29.53%
BLUE value IS 213 (83.59% from 255) = 49.53%
R=20.93%
G=29.53%
B=49.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal901272130.580.4000.16221.9559.4259.41
Hex5A7FD53A28010de3b3b
Octal13217732572500203367373
Binary101101011111111101010111101010100001000011011110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,127,213); }

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

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

 a { background-color: rgb(90,127,213); }

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

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

 span { border-color: rgb(90,127,213); }

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