#575E6A

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

Shades of Bright Grey #575E6A

Tints of Bright Grey #575E6A

Color information

#575E6A (or 0x575E6A) is unknown color: approx Bright Grey. HEX triplet: 57, 5E and 6A. RGB value is (87,94,106). Sum of RGB (Red+Green+Blue) = 87+94+106=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 106 - color contains mainly: blue. Hex color #575E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E6A is #A8A195. Grayscale: #5D5D5D. Windows color (decimal): -11051414 or 6970967. OLE color: 6970967.

HSL color Cylindrical-coordinate representation of color #575E6A: hue angle of 217.89º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #575E6A is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8794106-
CMYK0.180.1100.58
HSL217.89º9.84%37.84%-
HSV(B)217.89º17.92%41.57%-
XYZ10.5311.0715.22-
YUV93.28135.18123.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.31%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=30.31%
G=32.75%
B=36.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87941060.180.1100.58217.899.8437.84
Hex575E6A12B03Adaa26
Octal12713615222130723321246
Binary1010111101111011010101001010110111010110110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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