#586680

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

Shades of Kashmir Blue #586680

Tints of Kashmir Blue #586680

Color information

#586680 (or 0x586680) is unknown color: approx Kashmir Blue. HEX triplet: 58, 66 and 80. RGB value is (88,102,128). Sum of RGB (Red+Green+Blue) = 88+102+128=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 128 - color contains mainly: blue. Hex color #586680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586680 is #A7997F. Grayscale: #646464. Windows color (decimal): -10983808 or 8414808. OLE color: 8414808.

HSL color Cylindrical-coordinate representation of color #586680: hue angle of 219º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #586680 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB88102128-
CMYK0.310.2000.50
HSL219º18.52%42.35%-
HSV(B)219º31.25%50.2%-
XYZ12.6713.1422.29-
YUV100.78143.36118.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.67%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 128 (50.39% from 255) = 40.25%
R=27.67%
G=32.08%
B=40.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal881021280.310.2000.5021918.5242.35
Hex5866801F14032db132a
Octal13014620037240623332352
Binary1011000110011010000000111111010001100101101101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586680; }

 p { color: rgb(88,102,128); }

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

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

 a { background-color: rgb(88,102,128); }

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

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

 span { border-color: rgb(88,102,128); }

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