#586B84

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

Shades of Kashmir Blue #586B84

Tints of Kashmir Blue #586B84

Color information

#586B84 (or 0x586B84) is unknown color: approx Kashmir Blue. HEX triplet: 58, 6B and 84. RGB value is (88,107,132). Sum of RGB (Red+Green+Blue) = 88+107+132=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #586B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586B84 is #A7947B. Grayscale: #686868. Windows color (decimal): -10982524 or 8678232. OLE color: 8678232.

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

Color convert

RGB88107132-
CMYK0.330.1900.48
HSL214.09º20%43.14%-
HSV(B)214.09º33.33%51.76%-
XYZ13.4514.2623.87-
YUV104.17143.71116.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.91%
GREEN value IS 107 (42.19% from 255) = 32.72%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=26.91%
G=32.72%
B=40.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal881071320.330.1900.48214.092043.14
Hex586B842113030d6142b
Octal13015320441230603262453
Binary10110001101011100001001000011001101100001101011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,107,132); }

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

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

 a { background-color: rgb(88,107,132); }

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

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

 span { border-color: rgb(88,107,132); }

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