#587690

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

Shades of Kashmir Blue #587690

Tints of Kashmir Blue #587690

Color information

#587690 (or 0x587690) is unknown color: approx Kashmir Blue. HEX triplet: 58, 76 and 90. RGB value is (88,118,144). Sum of RGB (Red+Green+Blue) = 88+118+144=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #587690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587690 is #A7896F. Grayscale: #6F6F6F. Windows color (decimal): -10979696 or 9467480. OLE color: 9467480.

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

Color convert

RGB88118144-
CMYK0.390.1800.44
HSL207.86º24.14%45.49%-
HSV(B)207.86º38.89%56.47%-
XYZ15.5417.0528.86-
YUV111.99146.06110.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.14%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 144 (56.64% from 255) = 41.14%
R=25.14%
G=33.71%
B=41.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881181440.390.1800.44207.8624.1445.49
Hex587690271202Cd0182d
Octal13016622047220543203055
Binary10110001110110100100001001111001001011001101000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587690; }

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

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

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

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

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

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

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

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