Html Css Color HEX #55565A Bright Grey

📋 copy color: '#55565A'

red 85 ◦ green 86 ◦ blue 90

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

Shades of Bright Grey #55565A

Tints of Bright Grey #55565A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.48%

R = 32.57%
G = 32.95%
B = 34.48%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#55565A (or 0x55565A) is known color: Bright Grey. HEX triplet: 55, 56 and 5A. RGB value is (85,86,90). Sum of RGB (Red+Green+Blue) = 85+86+90=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 90 - color contains mainly: blue. Hex color #55565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55565A is #AAA9A5. Grayscale: #565656. Windows color (decimal): -11184550 or 5920341. OLE color: 5920341.

HSL color Cylindrical-coordinate representation of color #55565A: hue angle of 228º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #55565A is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 86 90 -
CMYK 0.06 0.04 0 0.65
HSL 228º 0.03% 0.34% -
HSV(B) 228º 0.06% 0.35% -
XYZ 8.92 9.33 11 -
YUV 86.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 85 86 90 0.06 0.04 0 0.65 228 0.03 0.34
Hex 55 56 5A 6 4 0 41 E4 3 22
Octal 125 126 132 6 4 0 101 344 3 42
Binary 1010101 1010110 1011010 110 100 0 1000001 11100100 11 100010

Color Harmonies of #55565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55565A

Black with #55565A

Text Example


Text Example

White with #55565A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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