#587393

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

Shades of Kashmir Blue #587393

Tints of Kashmir Blue #587393

Color information

#587393 (or 0x587393) is unknown color: approx Kashmir Blue. HEX triplet: 58, 73 and 93. RGB value is (88,115,147). Sum of RGB (Red+Green+Blue) = 88+115+147=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #587393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587393 is #A78C6C. Grayscale: #6E6E6E. Windows color (decimal): -10980461 or 9663320. OLE color: 9663320.

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

Color convert

RGB88115147-
CMYK0.400.2200.42
HSL212.54º25.11%46.08%-
HSV(B)212.54º40.14%57.65%-
XYZ15.4216.4429.96-
YUV110.57148.55111.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.14%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 147 (57.81% from 255) = 42%
R=25.14%
G=32.86%
B=42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881151470.400.2200.42212.5425.1146.08
Hex587393281602Ad5192e
Octal13016322350260523253156
Binary10110001110011100100111010001011001010101101010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587393; }

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

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

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

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

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

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

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

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