#575B6A

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

Shades of Bright Grey #575B6A

Tints of Bright Grey #575B6A

Color information

#575B6A (or 0x575B6A) is unknown color: approx Bright Grey. HEX triplet: 57, 5B and 6A. RGB value is (87,91,106). Sum of RGB (Red+Green+Blue) = 87+91+106=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 106 - color contains mainly: blue. Hex color #575B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B6A is #A8A495. Grayscale: #5B5B5B. Windows color (decimal): -11052182 or 6970199. OLE color: 6970199.

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

Color convert

RGB8791106-
CMYK0.180.1400.58
HSL227.37º9.84%37.84%-
HSV(B)227.37º17.92%41.57%-
XYZ10.2710.5515.13-
YUV91.51136.17124.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.63%
GREEN value IS 91 (35.94% from 255) = 32.04%
BLUE value IS 106 (41.80% from 255) = 37.32%
R=30.63%
G=32.04%
B=37.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87911060.180.1400.58227.379.8437.84
Hex575B6A12E03Ae3a26
Octal12713315222160723431246
Binary1010111101101111010101001011100111010111000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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