#575B67

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

Shades of Bright Grey #575B67

Tints of Bright Grey #575B67

Color information

#575B67 (or 0x575B67) is unknown color: approx Bright Grey. HEX triplet: 57, 5B and 67. RGB value is (87,91,103). Sum of RGB (Red+Green+Blue) = 87+91+103=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 103 - color contains mainly: blue. Hex color #575B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B67 is #A8A498. Grayscale: #5B5B5B. Windows color (decimal): -11052185 or 6773591. OLE color: 6773591.

HSL color Cylindrical-coordinate representation of color #575B67: hue angle of 225º 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 #575B67 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8791103-
CMYK0.160.1200.60
HSL225º8.42%37.25%-
HSV(B)225º15.53%40.39%-
XYZ10.1210.4914.32-
YUV91.17134.67125.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.96%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 103 (40.62% from 255) = 36.65%
R=30.96%
G=32.38%
B=36.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87911030.160.1200.602258.4237.25
Hex575B6710C03Ce1825
Octal12713314720140743411045
Binary1010111101101111001111000011000111100111000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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