#575D67

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

Shades of Bright Grey #575D67

Tints of Bright Grey #575D67

Color information

#575D67 (or 0x575D67) is unknown color: approx Bright Grey. HEX triplet: 57, 5D and 67. RGB value is (87,93,103). Sum of RGB (Red+Green+Blue) = 87+93+103=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 103 - color contains mainly: blue. Hex color #575D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D67 is #A8A298. Grayscale: #5C5C5C. Windows color (decimal): -11051673 or 6774103. OLE color: 6774103.

HSL color Cylindrical-coordinate representation of color #575D67: hue angle of 217.5º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #575D67 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8793103-
CMYK0.160.1000.60
HSL217.5º8.42%37.25%-
HSV(B)217.5º15.53%40.39%-
XYZ10.2910.8314.38-
YUV92.35134.01124.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.74%
GREEN value IS 93 (36.72% from 255) = 32.86%
BLUE value IS 103 (40.62% from 255) = 36.40%
R=30.74%
G=32.86%
B=36.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87931030.160.1000.60217.58.4237.25
Hex575D6710A03Cda825
Octal12713514720120743321045
Binary1010111101110111001111000010100111100110110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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