Html Css Color HEX #555455 Fedora

📋 copy color: '#555455'

red 85 ◦ green 84 ◦ blue 85

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

Shades of Fedora #555455

Tints of Fedora #555455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.07%

 BLUE value IS 85 (33.59% from 255) = 33.46%

R = 33.46%
G = 33.07%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#555455 (or 0x555455) is known color: Fedora. HEX triplet: 55, 54 and 55. RGB value is (85,84,85). Sum of RGB (Red+Green+Blue) = 85+84+85=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #555455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555455 is #AAABAA. Grayscale: #545454. Windows color (decimal): -11185067 or 5592149. OLE color: 5592149.

HSL color Cylindrical-coordinate representation of color #555455: hue angle of 300º degrees, saturation: 0.01, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #555455 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 84 85 -
CMYK 0 0.01 0 0.67
HSL 300º 0.01% 0.33% -
HSV(B) 300º 0.01% 0.33% -
XYZ 8.56 8.93 9.87 -
YUV 84.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 85 84 85 0 0.01 0 0.67 300 0.01 0.33
Hex 55 54 55 0 1 0 43 12C 1 21
Octal 125 124 125 0 1 0 103 454 1 41
Binary 1010101 1010100 1010101 0 1 0 1000011 100101100 1 100001

Color Harmonies of #555455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555455

Black with #555455

Text Example


Text Example

White with #555455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555455; }

 p { color: rgb(85,84,85); }

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

background-color css

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

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

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

border-color css

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

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

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