#575A5D

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

Shades of Bright Grey #575A5D

Tints of Bright Grey #575A5D

Color information

#575A5D (or 0x575A5D) is unknown color: approx Bright Grey. HEX triplet: 57, 5A and 5D. RGB value is (87,90,93). Sum of RGB (Red+Green+Blue) = 87+90+93=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 93 - color contains mainly: blue. Hex color #575A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A5D is #A8A5A2. Grayscale: #595959. Windows color (decimal): -11052451 or 6117975. OLE color: 6117975.

HSL color Cylindrical-coordinate representation of color #575A5D: hue angle of 210º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #575A5D is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB879093-
CMYK0.060.0300.64
HSL210º3.33%35.29%-
HSV(B)210º6.45%36.47%-
XYZ9.5610.1311.81-
YUV89.44130.01126.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.22%
GREEN value IS 90 (35.55% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=32.22%
G=33.33%
B=34.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8790930.060.0300.642103.3335.29
Hex575A5D63040d2323
Octal127132135630100322343
Binary10101111011010101110111011010000001101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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