#575A6A

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

Shades of Bright Grey #575A6A

Tints of Bright Grey #575A6A

Color information

#575A6A (or 0x575A6A) is unknown color: approx Bright Grey. HEX triplet: 57, 5A and 6A. RGB value is (87,90,106). Sum of RGB (Red+Green+Blue) = 87+90+106=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 106 - color contains mainly: blue. Hex color #575A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A6A is #A8A595. Grayscale: #5A5A5A. Windows color (decimal): -11052438 or 6969943. OLE color: 6969943.

HSL color Cylindrical-coordinate representation of color #575A6A: hue angle of 230.53º 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 #575A6A is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8790106-
CMYK0.180.1500.58
HSL230.53º9.84%37.84%-
HSV(B)230.53º17.92%41.57%-
XYZ10.1910.3815.1-
YUV90.93136.51125.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.74%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=30.74%
G=31.80%
B=37.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87901060.180.1500.58230.539.8437.84
Hex575A6A12F03Ae7a26
Octal12713215222170723471246
Binary1010111101101011010101001011110111010111001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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