#586480

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

Shades of Kashmir Blue #586480

Tints of Kashmir Blue #586480

Color information

#586480 (or 0x586480) is unknown color: approx Kashmir Blue. HEX triplet: 58, 64 and 80. RGB value is (88,100,128). Sum of RGB (Red+Green+Blue) = 88+100+128=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 128 - color contains mainly: blue. Hex color #586480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586480 is #A79B7F. Grayscale: #636363. Windows color (decimal): -10984320 or 8414296. OLE color: 8414296.

HSL color Cylindrical-coordinate representation of color #586480: hue angle of 222º 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 #586480 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB88100128-
CMYK0.310.2200.50
HSL222º18.52%42.35%-
HSV(B)222º31.25%50.2%-
XYZ12.4812.7522.22-
YUV99.6144.02119.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.85%
GREEN value IS 100 (39.45% from 255) = 31.65%
BLUE value IS 128 (50.39% from 255) = 40.51%
R=27.85%
G=31.65%
B=40.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal881001280.310.2200.5022218.5242.35
Hex5864801F16032de132a
Octal13014420037260623362352
Binary1011000110010010000000111111011001100101101111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586480; }

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

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

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

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

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

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

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

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