#55485A

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

Shades of Fedora #55485A

Tints of Fedora #55485A

Color information

#55485A (or 0x55485A) is unknown color: approx Fedora. HEX triplet: 55, 48 and 5A. RGB value is (85,72,90). Sum of RGB (Red+Green+Blue) = 85+72+90=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 90 - color contains mainly: blue. Hex color #55485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55485A is #AAB7A5. Grayscale: #4D4D4D. Windows color (decimal): -11188134 or 5916757. OLE color: 5916757.

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

Color convert

RGB857290-
CMYK0.060.2000.65
HSL283.33º11.11%31.76%-
HSV(B)283.33º20%35.29%-
XYZ7.917.310.67-
YUV77.94134.81133.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 72 (28.52% from 255) = 29.15%
BLUE value IS 90 (35.55% from 255) = 36.44%
R=34.41%
G=29.15%
B=36.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8572900.060.2000.65283.3311.1131.76
Hex55485A61404111bb20
Octal12511013262401014331340
Binary10101011001000101101011010100010000011000110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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