#575B69

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

Shades of Bright Grey #575B69

Tints of Bright Grey #575B69

Color information

#575B69 (or 0x575B69) is unknown color: approx Bright Grey. HEX triplet: 57, 5B and 69. RGB value is (87,91,105). Sum of RGB (Red+Green+Blue) = 87+91+105=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 105 - color contains mainly: blue. Hex color #575B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B69 is #A8A496. Grayscale: #5B5B5B. Windows color (decimal): -11052183 or 6904663. OLE color: 6904663.

HSL color Cylindrical-coordinate representation of color #575B69: hue angle of 226.67º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #575B69 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8791105-
CMYK0.170.1300.59
HSL226.67º9.37%37.65%-
HSV(B)226.67º17.14%41.18%-
XYZ10.2210.5314.86-
YUV91.4135.67124.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.74%
GREEN value IS 91 (35.94% from 255) = 32.16%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=30.74%
G=32.16%
B=37.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87911050.170.1300.59226.679.3737.65
Hex575B6911D03Be3926
Octal12713315121150733431146
Binary1010111101101111010011000111010111011111000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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