#587893

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

Shades of Kashmir Blue #587893

Tints of Kashmir Blue #587893

Color information

#587893 (or 0x587893) is unknown color: approx Kashmir Blue. HEX triplet: 58, 78 and 93. RGB value is (88,120,147). Sum of RGB (Red+Green+Blue) = 88+120+147=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #587893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587893 is #A7876C. Grayscale: #717171. Windows color (decimal): -10979181 or 9664600. OLE color: 9664600.

HSL color Cylindrical-coordinate representation of color #587893: hue angle of 207.46º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #587893 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB88120147-
CMYK0.400.1800.42
HSL207.46º25.11%46.08%-
HSV(B)207.46º40.14%57.65%-
XYZ16.0117.6130.16-
YUV113.51146.9109.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.79%
GREEN value IS 120 (47.27% from 255) = 33.80%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=24.79%
G=33.80%
B=41.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881201470.400.1800.42207.4625.1146.08
Hex587893281202Acf192e
Octal13017022350220523173156
Binary10110001111000100100111010001001001010101100111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587893; }

 p { color: rgb(88,120,147); }

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

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

 a { background-color: rgb(88,120,147); }

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

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

 span { border-color: rgb(88,120,147); }

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