Html Css Color HEX #55575D Bright Grey

📋 copy color: '#55575D'

red 85 ◦ green 87 ◦ blue 93

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

Shades of Bright Grey #55575D

Tints of Bright Grey #55575D

RGB

 RED value IS 85 (33.59% from 255) = 32.08%

 GREEN value IS 87 (34.38% from 255) = 32.83%

 BLUE value IS 93 (36.72% from 255) = 35.09%

R = 32.08%
G = 32.83%
B = 35.09%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55575D (or 0x55575D) is known color: Bright Grey. HEX triplet: 55, 57 and 5D. RGB value is (85,87,93). Sum of RGB (Red+Green+Blue) = 85+87+93=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 93 - color contains mainly: blue. Hex color #55575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55575D is #AAA8A2. Grayscale: #575757. Windows color (decimal): -11184291 or 6117205. OLE color: 6117205.

HSL color Cylindrical-coordinate representation of color #55575D: hue angle of 225º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #55575D is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 87 93 -
CMYK 0.09 0.06 0 0.64
HSL 225º 0.04% 0.35% -
HSV(B) 225º 0.09% 0.36% -
XYZ 9.13 9.54 11.72 -
YUV 87.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 85 87 93 0.09 0.06 0 0.64 225 0.04 0.35
Hex 55 57 5D 9 6 0 40 E1 4 23
Octal 125 127 135 11 6 0 100 341 4 43
Binary 1010101 1010111 1011101 1001 110 0 1000000 11100001 100 100011

Color Harmonies of #55575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55575D

Black with #55575D

Text Example


Text Example

White with #55575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55575D; }

 p { color: rgb(85,87,93); }

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

background-color css

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

 a { background-color: rgb(85,87,93); }

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

border-color css

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

 span { border-color: rgb(85,87,93); }

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