Html Css Color HEX #55565D Bright Grey

📋 copy color: '#55565D'

red 85 ◦ green 86 ◦ blue 93

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

Shades of Bright Grey #55565D

Tints of Bright Grey #55565D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.58%

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

R = 32.2%
G = 32.58%
B = 35.23%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55565D (or 0x55565D) is known color: Bright Grey. HEX triplet: 55, 56 and 5D. RGB value is (85,86,93). Sum of RGB (Red+Green+Blue) = 85+86+93=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 93 - color contains mainly: blue. Hex color #55565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55565D is #AAA9A2. Grayscale: #565656. Windows color (decimal): -11184547 or 6116949. OLE color: 6116949.

HSL color Cylindrical-coordinate representation of color #55565D: hue angle of 232.5º 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 #55565D is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 86 93 -
CMYK 0.09 0.08 0 0.64
HSL 232.5º 0.04% 0.35% -
HSV(B) 232.5º 0.09% 0.36% -
XYZ 9.05 9.38 11.69 -
YUV 86.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 85 86 93 0.09 0.08 0 0.64 232.5 0.04 0.35
Hex 55 56 5D 9 8 0 40 E8 4 23
Octal 125 126 135 11 10 0 100 350 4 43
Binary 1010101 1010110 1011101 1001 1000 0 1000000 11101000 100 100011

Color Harmonies of #55565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55565D

Black with #55565D

Text Example


Text Example

White with #55565D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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