#586985

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

Shades of Kashmir Blue #586985

Tints of Kashmir Blue #586985

Color information

#586985 (or 0x586985) is unknown color: approx Kashmir Blue. HEX triplet: 58, 69 and 85. RGB value is (88,105,133). Sum of RGB (Red+Green+Blue) = 88+105+133=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #586985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586985 is #A7967A. Grayscale: #666666. Windows color (decimal): -10983035 or 8743256. OLE color: 8743256.

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

Color convert

RGB88105133-
CMYK0.340.2100.48
HSL217.33º20.36%43.33%-
HSV(B)217.33º33.83%52.16%-
XYZ13.3113.8724.17-
YUV103.11144.87117.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.99%
GREEN value IS 105 (41.41% from 255) = 32.21%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=26.99%
G=32.21%
B=40.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal881051330.340.2100.48217.3320.3643.33
Hex5869852215030d9142b
Octal13015120542250603312453
Binary10110001101001100001011000101010101100001101100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586985; }

 p { color: rgb(88,105,133); }

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

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

 a { background-color: rgb(88,105,133); }

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

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

 span { border-color: rgb(88,105,133); }

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