#587390

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

Shades of Kashmir Blue #587390

Tints of Kashmir Blue #587390

Color information

#587390 (or 0x587390) is unknown color: approx Kashmir Blue. HEX triplet: 58, 73 and 90. RGB value is (88,115,144). Sum of RGB (Red+Green+Blue) = 88+115+144=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #587390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587390 is #A78C6F. Grayscale: #6E6E6E. Windows color (decimal): -10980464 or 9466712. OLE color: 9466712.

HSL color Cylindrical-coordinate representation of color #587390: hue angle of 211.07º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #587390 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB88115144-
CMYK0.390.2000.44
HSL211.07º24.14%45.49%-
HSV(B)211.07º38.89%56.47%-
XYZ15.1916.3528.74-
YUV110.23147.05112.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.36%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=25.36%
G=33.14%
B=41.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881151440.390.2000.44211.0724.1445.49
Hex587390271402Cd3182d
Octal13016322047240543233055
Binary10110001110011100100001001111010001011001101001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587390; }

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

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

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

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

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

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

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

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