#575A63

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

Shades of Bright Grey #575A63

Tints of Bright Grey #575A63

Color information

#575A63 (or 0x575A63) is unknown color: approx Bright Grey. HEX triplet: 57, 5A and 63. RGB value is (87,90,99). Sum of RGB (Red+Green+Blue) = 87+90+99=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 99 - color contains mainly: blue. Hex color #575A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A63 is #A8A59C. Grayscale: #5A5A5A. Windows color (decimal): -11052445 or 6511191. OLE color: 6511191.

HSL color Cylindrical-coordinate representation of color #575A63: hue angle of 225º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #575A63 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB879099-
CMYK0.120.0900.61
HSL225º6.45%36.47%-
HSV(B)225º12.12%38.82%-
XYZ9.8410.2413.26-
YUV90.13133.01125.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.52%
GREEN value IS 90 (35.55% from 255) = 32.61%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=31.52%
G=32.61%
B=35.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8790990.120.0900.612256.4536.47
Hex575A63C903De1624
Octal1271321431411075341644
Binary10101111011010110001111001001011110111100001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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