#587491

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

Shades of Kashmir Blue #587491

Tints of Kashmir Blue #587491

Color information

#587491 (or 0x587491) is unknown color: approx Kashmir Blue. HEX triplet: 58, 74 and 91. RGB value is (88,116,145). Sum of RGB (Red+Green+Blue) = 88+116+145=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #587491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587491 is #A78B6E. Grayscale: #6E6E6E. Windows color (decimal): -10980207 or 9532504. OLE color: 9532504.

HSL color Cylindrical-coordinate representation of color #587491: hue angle of 210.53º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #587491 is Cyan = 0.39, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB88116145-
CMYK0.390.200.43
HSL210.53º24.46%45.69%-
HSV(B)210.53º39.31%56.86%-
XYZ15.3816.6129.18-
YUV110.93147.22111.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.21%
GREEN value IS 116 (45.70% from 255) = 33.24%
BLUE value IS 145 (57.03% from 255) = 41.55%
R=25.21%
G=33.24%
B=41.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881161450.390.200.43210.5324.4645.69
Hex587491271402Bd3182e
Octal13016422147240533233056
Binary10110001110100100100011001111010001010111101001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587491; }

 p { color: rgb(88,116,145); }

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

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

 a { background-color: rgb(88,116,145); }

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

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

 span { border-color: rgb(88,116,145); }

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