#586883

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

Shades of Kashmir Blue #586883

Tints of Kashmir Blue #586883

Color information

#586883 (or 0x586883) is unknown color: approx Kashmir Blue. HEX triplet: 58, 68 and 83. RGB value is (88,104,131). Sum of RGB (Red+Green+Blue) = 88+104+131=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 131 - color contains mainly: blue. Hex color #586883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586883 is #A7977C. Grayscale: #666666. Windows color (decimal): -10983293 or 8611928. OLE color: 8611928.

HSL color Cylindrical-coordinate representation of color #586883: hue angle of 217.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #586883 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB88104131-
CMYK0.330.2100.49
HSL217.67º19.63%42.94%-
HSV(B)217.67º32.82%51.37%-
XYZ13.0713.6123.41-
YUV102.29144.2117.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.24%
GREEN value IS 104 (41.02% from 255) = 32.20%
BLUE value IS 131 (51.56% from 255) = 40.56%
R=27.24%
G=32.20%
B=40.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal881041310.330.2100.49217.6719.6342.94
Hex5868832115031da142b
Octal13015020341250613322453
Binary10110001101000100000111000011010101100011101101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586883; }

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

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

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

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

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

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

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

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