#586F92

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

Shades of Kashmir Blue #586F92

Tints of Kashmir Blue #586F92

Color information

#586F92 (or 0x586F92) is unknown color: approx Kashmir Blue. HEX triplet: 58, 6F and 92. RGB value is (88,111,146). Sum of RGB (Red+Green+Blue) = 88+111+146=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #586F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586F92 is #A7906D. Grayscale: #6B6B6B. Windows color (decimal): -10981486 or 9596760. OLE color: 9596760.

HSL color Cylindrical-coordinate representation of color #586F92: hue angle of 216.21º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #586F92 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB88111146-
CMYK0.400.2400.43
HSL216.21º24.79%45.88%-
HSV(B)216.21º39.73%57.25%-
XYZ14.915.5229.4-
YUV108.11149.38113.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.51%
GREEN value IS 111 (43.75% from 255) = 32.17%
BLUE value IS 146 (57.42% from 255) = 42.32%
R=25.51%
G=32.17%
B=42.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881111460.400.2400.43216.2124.7945.88
Hex586F92281802Bd8192e
Octal13015722250300533303156
Binary10110001101111100100101010001100001010111101100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586F92; }

 p { color: rgb(88,111,146); }

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

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

 a { background-color: rgb(88,111,146); }

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

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

 span { border-color: rgb(88,111,146); }

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