#555455

Color #555455 Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #555455

Tints of Fedora #555455

Color information

#555455 (or 0x555455) is unknown color: approx 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

RGB858485-
CMYK00.0100.67
HSL300º0.59%33.14%-
HSV(B)300º1.18%33.33%-
XYZ8.568.939.87-
YUV84.41128.33128.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 84 (33.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85848500.0100.673000.5933.14
Hex5554550104312c121
Octal125124125010103454141
Binary10101011010100101010101010000111001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>