#586276

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

Shades of Chambray #586276

Tints of Chambray #586276

Color information

#586276 (or 0x586276) is unknown color: approx Chambray. HEX triplet: 58, 62 and 76. RGB value is (88,98,118). Sum of RGB (Red+Green+Blue) = 88+98+118=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 118 - color contains mainly: blue. Hex color #586276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586276 is #A79D89. Grayscale: #616161. Windows color (decimal): -10984842 or 7758424. OLE color: 7758424.

HSL color Cylindrical-coordinate representation of color #586276: hue angle of 220º degrees, saturation: 0.15, 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 #586276 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8898118-
CMYK0.250.1700.54
HSL220º14.56%40.39%-
HSV(B)220º25.42%46.27%-
XYZ11.6612.1218.86-
YUV97.29139.69121.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.95%
GREEN value IS 98 (38.67% from 255) = 32.24%
BLUE value IS 118 (46.48% from 255) = 38.82%
R=28.95%
G=32.24%
B=38.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88981180.250.1700.5422014.5640.39
Hex5862761911036dcf28
Octal13014216631210663341750
Binary10110001100010111011011001100010110110110111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586276; }

 p { color: rgb(88,98,118); }

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

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

 a { background-color: rgb(88,98,118); }

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

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

 span { border-color: rgb(88,98,118); }

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