#586789

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

Shades of Kashmir Blue #586789

Tints of Kashmir Blue #586789

Color information

#586789 (or 0x586789) is unknown color: approx Kashmir Blue. HEX triplet: 58, 67 and 89. RGB value is (88,103,137). Sum of RGB (Red+Green+Blue) = 88+103+137=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #586789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586789 is #A79876. Grayscale: #666666. Windows color (decimal): -10983543 or 9004888. OLE color: 9004888.

HSL color Cylindrical-coordinate representation of color #586789: hue angle of 221.63º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #586789 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB88103137-
CMYK0.360.2500.46
HSL221.63º21.78%44.12%-
HSV(B)221.63º35.77%53.73%-
XYZ13.3913.5825.58-
YUV102.39147.53117.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.83%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 137 (53.91% from 255) = 41.77%
R=26.83%
G=31.40%
B=41.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal881031370.360.2500.46221.6321.7844.12
Hex586789241902Ede162c
Octal13014721144310563362654
Binary10110001100111100010011001001100101011101101111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586789; }

 p { color: rgb(88,103,137); }

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

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

 a { background-color: rgb(88,103,137); }

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

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

 span { border-color: rgb(88,103,137); }

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