#586E90

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

Shades of Kashmir Blue #586E90

Tints of Kashmir Blue #586E90

Color information

#586E90 (or 0x586E90) is unknown color: approx Kashmir Blue. HEX triplet: 58, 6E and 90. RGB value is (88,110,144). Sum of RGB (Red+Green+Blue) = 88+110+144=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #586E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586E90 is #A7916F. Grayscale: #6B6B6B. Windows color (decimal): -10981744 or 9465432. OLE color: 9465432.

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

Color convert

RGB88110144-
CMYK0.390.2400.44
HSL216.43º24.14%45.49%-
HSV(B)216.43º38.89%56.47%-
XYZ14.6315.2428.56-
YUV107.3148.71114.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.73%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 144 (56.64% from 255) = 42.11%
R=25.73%
G=32.16%
B=42.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881101440.390.2400.44216.4324.1445.49
Hex586E90271802Cd8182d
Octal13015622047300543303055
Binary10110001101110100100001001111100001011001101100011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586E90; }

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

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

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

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

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

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

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

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