#586075

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

Shades of Chambray #586075

Tints of Chambray #586075

Color information

#586075 (or 0x586075) is unknown color: approx Chambray. HEX triplet: 58, 60 and 75. RGB value is (88,96,117). Sum of RGB (Red+Green+Blue) = 88+96+117=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: blue. Hex color #586075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586075 is #A79F8A. Grayscale: #5F5F5F. Windows color (decimal): -10985355 or 7692376. OLE color: 7692376.

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

Color convert

RGB8896117-
CMYK0.250.1800.54
HSL223.45º14.15%40.2%-
HSV(B)223.45º24.79%45.88%-
XYZ11.4211.7218.49-
YUV96139.85122.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.24%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=29.24%
G=31.89%
B=38.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88961170.250.1800.54223.4514.1540.2
Hex5860751912036dfe28
Octal13014016531220663371650
Binary10110001100000111010111001100100110110110111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586075; }

 p { color: rgb(88,96,117); }

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

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

 a { background-color: rgb(88,96,117); }

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

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

 span { border-color: rgb(88,96,117); }

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