Html Css Color HEX #55565B Bright Grey

📋 copy color: '#55565B'

red 85 ◦ green 86 ◦ blue 91

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

Shades of Bright Grey #55565B

Tints of Bright Grey #55565B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.73%

R = 32.44%
G = 32.82%
B = 34.73%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55565B (or 0x55565B) is known color: Bright Grey. HEX triplet: 55, 56 and 5B. RGB value is (85,86,91). Sum of RGB (Red+Green+Blue) = 85+86+91=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 91 - color contains mainly: blue. Hex color #55565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55565B is #AAA9A4. Grayscale: #565656. Windows color (decimal): -11184549 or 5985877. OLE color: 5985877.

HSL color Cylindrical-coordinate representation of color #55565B: hue angle of 230º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #55565B is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 86 91 -
CMYK 0.07 0.05 0 0.64
HSL 230º 0.03% 0.35% -
HSV(B) 230º 0.07% 0.36% -
XYZ 8.96 9.34 11.23 -
YUV 86.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 85 86 91 0.07 0.05 0 0.64 230 0.03 0.35
Hex 55 56 5B 7 5 0 40 E6 3 23
Octal 125 126 133 7 5 0 100 346 3 43
Binary 1010101 1010110 1011011 111 101 0 1000000 11100110 11 100011

Color Harmonies of #55565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55565B

Black with #55565B

Text Example


Text Example

White with #55565B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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