#586277

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

Shades of Chambray #586277

Tints of Chambray #586277

Color information

#586277 (or 0x586277) is unknown color: approx Chambray. HEX triplet: 58, 62 and 77. RGB value is (88,98,119). Sum of RGB (Red+Green+Blue) = 88+98+119=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 119 - color contains mainly: blue. Hex color #586277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586277 is #A79D88. Grayscale: #616161. Windows color (decimal): -10984841 or 7823960. OLE color: 7823960.

HSL color Cylindrical-coordinate representation of color #586277: hue angle of 220.65º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #586277 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8898119-
CMYK0.260.1800.53
HSL220.65º14.98%40.59%-
HSV(B)220.65º26.05%46.67%-
XYZ11.7212.1419.18-
YUV97.4140.19121.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.85%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 119 (46.88% from 255) = 39.02%
R=28.85%
G=32.13%
B=39.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88981190.260.1800.53220.6514.9840.59
Hex5862771A12035ddf29
Octal13014216732220653351751
Binary10110001100010111011111010100100110101110111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586277; }

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

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

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

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

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

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

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

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