#575A67

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

Shades of Bright Grey #575A67

Tints of Bright Grey #575A67

Color information

#575A67 (or 0x575A67) is unknown color: approx Bright Grey. HEX triplet: 57, 5A and 67. RGB value is (87,90,103). Sum of RGB (Red+Green+Blue) = 87+90+103=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 103 - color contains mainly: blue. Hex color #575A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A67 is #A8A598. Grayscale: #5A5A5A. Windows color (decimal): -11052441 or 6773335. OLE color: 6773335.

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

Color convert

RGB8790103-
CMYK0.160.1300.60
HSL228.75º8.42%37.25%-
HSV(B)228.75º15.53%40.39%-
XYZ10.0310.3214.29-
YUV90.58135.01125.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.07%
GREEN value IS 90 (35.55% from 255) = 32.14%
BLUE value IS 103 (40.62% from 255) = 36.79%
R=31.07%
G=32.14%
B=36.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87901030.160.1300.60228.758.4237.25
Hex575A6710D03Ce5825
Octal12713214720150743451045
Binary1010111101101011001111000011010111100111001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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