#5A7287

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

Shades of Kashmir Blue #5A7287

Tints of Kashmir Blue #5A7287

Color information

#5A7287 (or 0x5A7287) is unknown color: approx Kashmir Blue. HEX triplet: 5A, 72 and 87. RGB value is (90,114,135). Sum of RGB (Red+Green+Blue) = 90+114+135=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A7287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7287 is #A58D78. Grayscale: #6D6D6D. Windows color (decimal): -10849657 or 8876634. OLE color: 8876634.

HSL color Cylindrical-coordinate representation of color #5A7287: hue angle of 208º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A7287 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB90114135-
CMYK0.330.1600.47
HSL208º20%44.12%-
HSV(B)208º33.33%52.94%-
XYZ14.6115.9625.23-
YUV109.22142.55114.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.55%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 135 (53.12% from 255) = 39.82%
R=26.55%
G=33.63%
B=39.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal901141350.330.1600.472082044.12
Hex5A7287211002Fd0142c
Octal13216220741200573202454
Binary10110101110010100001111000011000001011111101000010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,114,135); }

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

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

 a { background-color: rgb(90,114,135); }

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

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

 span { border-color: rgb(90,114,135); }

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