#55495A

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

Shades of Fedora #55495A

Tints of Fedora #55495A

Color information

#55495A (or 0x55495A) is unknown color: approx Fedora. HEX triplet: 55, 49 and 5A. RGB value is (85,73,90). Sum of RGB (Red+Green+Blue) = 85+73+90=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 90 - color contains mainly: blue. Hex color #55495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55495A is #AAB6A5. Grayscale: #4E4E4E. Windows color (decimal): -11187878 or 5917013. OLE color: 5917013.

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

Color convert

RGB857390-
CMYK0.060.1900.65
HSL282.35º10.43%31.96%-
HSV(B)282.35º18.89%35.29%-
XYZ7.977.4310.69-
YUV78.53134.48132.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.27%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 90 (35.55% from 255) = 36.29%
R=34.27%
G=29.44%
B=36.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8573900.060.1900.65282.3510.4331.96
Hex55495A61304111aa20
Octal12511113262301014321240
Binary10101011001001101101011010011010000011000110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55495A;
 }
 .AnyTagClassName
 {
   color: #55495A;
 }
</style>
background-color css

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

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

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

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

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

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