#586887

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

Shades of Kashmir Blue #586887

Tints of Kashmir Blue #586887

Color information

#586887 (or 0x586887) is unknown color: approx Kashmir Blue. HEX triplet: 58, 68 and 87. RGB value is (88,104,135). Sum of RGB (Red+Green+Blue) = 88+104+135=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #586887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586887 is #A79778. Grayscale: #666666. Windows color (decimal): -10983289 or 8874072. OLE color: 8874072.

HSL color Cylindrical-coordinate representation of color #586887: hue angle of 219.57º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #586887 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB88104135-
CMYK0.350.2300.47
HSL219.57º21.08%43.73%-
HSV(B)219.57º34.81%52.94%-
XYZ13.3513.7224.87-
YUV102.75146.2117.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.91%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 135 (53.12% from 255) = 41.28%
R=26.91%
G=31.80%
B=41.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881041350.350.2300.47219.5721.0843.73
Hex586887231702Fdc152c
Octal13015020743270573342554
Binary10110001101000100001111000111011101011111101110010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586887; }

 p { color: rgb(88,104,135); }

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

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

 a { background-color: rgb(88,104,135); }

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

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

 span { border-color: rgb(88,104,135); }

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