#575E6E

Color #575E6E Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #575E6E

Tints of Bright Grey #575E6E

Color information

#575E6E (or 0x575E6E) is unknown color: approx Bright Grey. HEX triplet: 57, 5E and 6E. RGB value is (87,94,110). Sum of RGB (Red+Green+Blue) = 87+94+110=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 110 - color contains mainly: blue. Hex color #575E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E6E is #A8A191. Grayscale: #5D5D5D. Windows color (decimal): -11051410 or 7233111. OLE color: 7233111.

HSL color Cylindrical-coordinate representation of color #575E6E: hue angle of 221.74º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #575E6E is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8794110-
CMYK0.210.1500.57
HSL221.74º11.68%38.63%-
HSV(B)221.74º20.91%43.14%-
XYZ10.7511.1616.34-
YUV93.73137.18123.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.90%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 110 (43.36% from 255) = 37.80%
R=29.90%
G=32.30%
B=37.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87941100.210.1500.57221.7411.6838.63
Hex575E6E15F039dec27
Octal12713615625170713361447
Binary1010111101111011011101010111110111001110111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575E6E; }

 p { color: rgb(87,94,110); }

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

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

 a { background-color: rgb(87,94,110); }

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

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

 span { border-color: rgb(87,94,110); }

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