#587093

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

Shades of Kashmir Blue #587093

Tints of Kashmir Blue #587093

Color information

#587093 (or 0x587093) is unknown color: approx Kashmir Blue. HEX triplet: 58, 70 and 93. RGB value is (88,112,147). Sum of RGB (Red+Green+Blue) = 88+112+147=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #587093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587093 is #A78F6C. Grayscale: #6C6C6C. Windows color (decimal): -10981229 or 9662552. OLE color: 9662552.

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

Color convert

RGB88112147-
CMYK0.400.2400.42
HSL215.59º25.11%46.08%-
HSV(B)215.59º40.14%57.65%-
XYZ15.0915.7729.85-
YUV108.81149.55113.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.36%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 147 (57.81% from 255) = 42.36%
R=25.36%
G=32.28%
B=42.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881121470.400.2400.42215.5925.1146.08
Hex587093281802Ad8192e
Octal13016022350300523303156
Binary10110001110000100100111010001100001010101101100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587093; }

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

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

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

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

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

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

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

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