Html Css Color HEX #575966 Bright Grey

📋 copy color: '#575966'

red 87 ◦ green 89 ◦ blue 102

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

Shades of Bright Grey #575966

Tints of Bright Grey #575966

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.01%

 BLUE value IS 102 (40.23% from 255) = 36.69%

R = 31.29%
G = 32.01%
B = 36.69%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#575966 (or 0x575966) is known color: Bright Grey. HEX triplet: 57, 59 and 66. RGB value is (87,89,102). Sum of RGB (Red+Green+Blue) = 87+89+102=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 102 - color contains mainly: blue. Hex color #575966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575966 is #A8A699. Grayscale: #595959. Windows color (decimal): -11052698 or 6707543. OLE color: 6707543.

HSL color Cylindrical-coordinate representation of color #575966: hue angle of 232º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #575966 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 87 89 102 -
CMYK 0.15 0.13 0 0.6
HSL 232º 0.08% 0.37% -
HSV(B) 232º 0.15% 0.4% -
XYZ 9.9 10.13 14 -
YUV 89.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 87 89 102 0.15 0.13 0 0.6 232 0.08 0.37
Hex 57 59 66 F D 0 3C E8 8 25
Octal 127 131 146 17 15 0 74 350 10 45
Binary 1010111 1011001 1100110 1111 1101 0 111100 11101000 1000 100101

Color Harmonies of #575966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575966

Black with #575966

Text Example


Text Example

White with #575966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575966; }

 p { color: rgb(87,89,102); }

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

background-color css

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

 a { background-color: rgb(87,89,102); }

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

border-color css

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

 span { border-color: rgb(87,89,102); }

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