Html Css Color HEX #575B61 Bright Grey

📋 copy color: '#575B61'

red 87 ◦ green 91 ◦ blue 97

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

Shades of Bright Grey #575B61

Tints of Bright Grey #575B61

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.09%

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

R = 31.64%
G = 33.09%
B = 35.27%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#575B61 (or 0x575B61) is known color: Bright Grey. HEX triplet: 57, 5B and 61. RGB value is (87,91,97). Sum of RGB (Red+Green+Blue) = 87+91+97=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 97 - color contains mainly: blue. Hex color #575B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B61 is #A8A49E. Grayscale: #5A5A5A. Windows color (decimal): -11052191 or 6380375. OLE color: 6380375.

HSL color Cylindrical-coordinate representation of color #575B61: hue angle of 216º 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 #575B61 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 91 97 -
CMYK 0.10 0.06 0 0.62
HSL 216º 0.05% 0.36% -
HSV(B) 216º 0.1% 0.38% -
XYZ 9.83 10.37 12.79 -
YUV 90.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 87 91 97 0.10 0.06 0 0.62 216 0.05 0.36
Hex 57 5B 61 A 6 0 3E D8 5 24
Octal 127 133 141 12 6 0 76 330 5 44
Binary 1010111 1011011 1100001 1010 110 0 111110 11011000 101 100100

Color Harmonies of #575B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575B61

Black with #575B61

Text Example


Text Example

White with #575B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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