#575C6A

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

Shades of Bright Grey #575C6A

Tints of Bright Grey #575C6A

Color information

#575C6A (or 0x575C6A) is unknown color: approx Bright Grey. HEX triplet: 57, 5C and 6A. RGB value is (87,92,106). Sum of RGB (Red+Green+Blue) = 87+92+106=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 106 - color contains mainly: blue. Hex color #575C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C6A is #A8A395. Grayscale: #5C5C5C. Windows color (decimal): -11051926 or 6970455. OLE color: 6970455.

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

Color convert

RGB8792106-
CMYK0.180.1300.58
HSL224.21º9.84%37.84%-
HSV(B)224.21º17.92%41.57%-
XYZ10.3610.7215.16-
YUV92.1135.84124.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.53%
GREEN value IS 92 (36.33% from 255) = 32.28%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=30.53%
G=32.28%
B=37.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87921060.180.1300.58224.219.8437.84
Hex575C6A12D03Ae0a26
Octal12713415222150723401246
Binary1010111101110011010101001011010111010111000001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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