#587793

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

Shades of Kashmir Blue #587793

Tints of Kashmir Blue #587793

Color information

#587793 (or 0x587793) is unknown color: approx Kashmir Blue. HEX triplet: 58, 77 and 93. RGB value is (88,119,147). Sum of RGB (Red+Green+Blue) = 88+119+147=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #587793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587793 is #A7886C. Grayscale: #707070. Windows color (decimal): -10979437 or 9664344. OLE color: 9664344.

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

Color convert

RGB88119147-
CMYK0.400.1900.42
HSL208.47º25.11%46.08%-
HSV(B)208.47º40.14%57.65%-
XYZ15.8917.3730.12-
YUV112.92147.23110.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.86%
GREEN value IS 119 (46.88% from 255) = 33.62%
BLUE value IS 147 (57.81% from 255) = 41.53%
R=24.86%
G=33.62%
B=41.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881191470.400.1900.42208.4725.1146.08
Hex587793281302Ad0192e
Octal13016722350230523203156
Binary10110001110111100100111010001001101010101101000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587793; }

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

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

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

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

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

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

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

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