#575C63

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

Shades of Bright Grey #575C63

Tints of Bright Grey #575C63

Color information

#575C63 (or 0x575C63) is unknown color: approx Bright Grey. HEX triplet: 57, 5C and 63. RGB value is (87,92,99). Sum of RGB (Red+Green+Blue) = 87+92+99=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 99 - color contains mainly: blue. Hex color #575C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C63 is #A8A39C. Grayscale: #5B5B5B. Windows color (decimal): -11051933 or 6511703. OLE color: 6511703.

HSL color Cylindrical-coordinate representation of color #575C63: hue angle of 215º 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 #575C63 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB879299-
CMYK0.120.0700.61
HSL215º6.45%36.47%-
HSV(B)215º12.12%38.82%-
XYZ10.0110.5813.32-
YUV91.3132.34124.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.29%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 99 (39.06% from 255) = 35.61%
R=31.29%
G=33.09%
B=35.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8792990.120.0700.612156.4536.47
Hex575C63C703Dd7624
Octal127134143147075327644
Binary1010111101110011000111100111011110111010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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