#586F8D

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

Shades of Kashmir Blue #586F8D

Tints of Kashmir Blue #586F8D

Color information

#586F8D (or 0x586F8D) is unknown color: approx Kashmir Blue. HEX triplet: 58, 6F and 8D. RGB value is (88,111,141). Sum of RGB (Red+Green+Blue) = 88+111+141=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #586F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586F8D is #A79072. Grayscale: #6B6B6B. Windows color (decimal): -10981491 or 9269080. OLE color: 9269080.

HSL color Cylindrical-coordinate representation of color #586F8D: hue angle of 213.96º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #586F8D is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB88111141-
CMYK0.380.2100.45
HSL213.96º23.14%44.9%-
HSV(B)213.96º37.59%55.29%-
XYZ14.5215.3727.4-
YUV107.54146.88114.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.88%
GREEN value IS 111 (43.75% from 255) = 32.65%
BLUE value IS 141 (55.47% from 255) = 41.47%
R=25.88%
G=32.65%
B=41.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881111410.380.2100.45213.9623.1444.9
Hex586F8D261502Dd6172d
Octal13015721546250553262755
Binary10110001101111100011011001101010101011011101011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,111,141); }

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

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

 a { background-color: rgb(88,111,141); }

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

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

 span { border-color: rgb(88,111,141); }

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