#586B8E

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

Shades of Kashmir Blue #586B8E

Tints of Kashmir Blue #586B8E

Color information

#586B8E (or 0x586B8E) is unknown color: approx Kashmir Blue. HEX triplet: 58, 6B and 8E. RGB value is (88,107,142). Sum of RGB (Red+Green+Blue) = 88+107+142=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #586B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586B8E is #A79471. Grayscale: #696969. Windows color (decimal): -10982514 or 9333592. OLE color: 9333592.

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

Color convert

RGB88107142-
CMYK0.380.2500.44
HSL218.89º23.48%45.1%-
HSV(B)218.89º38.03%55.69%-
XYZ14.1614.5427.65-
YUV105.31148.71115.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.11%
GREEN value IS 107 (42.19% from 255) = 31.75%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=26.11%
G=31.75%
B=42.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881071420.380.2500.44218.8923.4845.1
Hex586B8E261902Cdb172d
Octal13015321646310543332755
Binary10110001101011100011101001101100101011001101101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,107,142); }

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

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

 a { background-color: rgb(88,107,142); }

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

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

 span { border-color: rgb(88,107,142); }

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