Html Css Color HEX #575A61 Bright Grey

📋 copy color: '#575A61'

red 87 ◦ green 90 ◦ blue 97

#575A61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Grey #575A61

Tints of Bright Grey #575A61

RGB

 RED value IS 87 (34.38% from 255) = 31.75%

 GREEN value IS 90 (35.55% from 255) = 32.85%

 BLUE value IS 97 (38.28% from 255) = 35.4%

R = 31.75%
G = 32.85%
B = 35.4%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#575A61 (or 0x575A61) is known color: Bright Grey. HEX triplet: 57, 5A and 61. RGB value is (87,90,97). Sum of RGB (Red+Green+Blue) = 87+90+97=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 97 - color contains mainly: blue. Hex color #575A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A61 is #A8A59E. Grayscale: #595959. Windows color (decimal): -11052447 or 6380119. OLE color: 6380119.

HSL color Cylindrical-coordinate representation of color #575A61: hue angle of 222º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #575A61 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 90 97 -
CMYK 0.10 0.07 0 0.62
HSL 222º 0.05% 0.36% -
HSV(B) 222º 0.1% 0.38% -
XYZ 9.74 10.2 12.76 -
YUV 89.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 87 90 97 0.10 0.07 0 0.62 222 0.05 0.36
Hex 57 5A 61 A 7 0 3E DE 5 24
Octal 127 132 141 12 7 0 76 336 5 44
Binary 1010111 1011010 1100001 1010 111 0 111110 11011110 101 100100

Color Harmonies of #575A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A61

Black with #575A61

Text Example


Text Example

White with #575A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #575A61;
 }
 .AnyTagClassName
 {
   color: #575A61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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