#587993

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

Shades of Kashmir Blue #587993

Tints of Kashmir Blue #587993

Color information

#587993 (or 0x587993) is unknown color: approx Kashmir Blue. HEX triplet: 58, 79 and 93. RGB value is (88,121,147). Sum of RGB (Red+Green+Blue) = 88+121+147=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #587993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587993 is #A7866C. Grayscale: #717171. Windows color (decimal): -10978925 or 9664856. OLE color: 9664856.

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

Color convert

RGB88121147-
CMYK0.400.1800.42
HSL206.44º25.11%46.08%-
HSV(B)206.44º40.14%57.65%-
XYZ16.1317.8630.2-
YUV114.1146.57109.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.72%
GREEN value IS 121 (47.66% from 255) = 33.99%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=24.72%
G=33.99%
B=41.29%

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
Decimal881211470.400.1800.42206.4425.1146.08
Hex587993281202Ace192e
Octal13017122350220523163156
Binary10110001111001100100111010001001001010101100111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587993; }

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

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

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

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

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

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

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

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