#587593

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

Shades of Kashmir Blue #587593

Tints of Kashmir Blue #587593

Color information

#587593 (or 0x587593) is unknown color: approx Kashmir Blue. HEX triplet: 58, 75 and 93. RGB value is (88,117,147). Sum of RGB (Red+Green+Blue) = 88+117+147=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #587593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587593 is #A78A6C. Grayscale: #6F6F6F. Windows color (decimal): -10979949 or 9663832. OLE color: 9663832.

HSL color Cylindrical-coordinate representation of color #587593: hue angle of 210.51º 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 #587593 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB88117147-
CMYK0.400.2000.42
HSL210.51º25.11%46.08%-
HSV(B)210.51º40.14%57.65%-
XYZ15.6516.930.04-
YUV111.75147.89111.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25%
GREEN value IS 117 (46.09% from 255) = 33.24%
BLUE value IS 147 (57.81% from 255) = 41.76%
R=25%
G=33.24%
B=41.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881171470.400.2000.42210.5125.1146.08
Hex587593281402Ad3192e
Octal13016522350240523233156
Binary10110001110101100100111010001010001010101101001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587593; }

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

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

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

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

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

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

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

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