#554A5A

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

Shades of Fedora #554A5A

Tints of Fedora #554A5A

Color information

#554A5A (or 0x554A5A) is unknown color: approx Fedora. HEX triplet: 55, 4A and 5A. RGB value is (85,74,90). Sum of RGB (Red+Green+Blue) = 85+74+90=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 90 - color contains mainly: blue. Hex color #554A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554A5A is #AAB5A5. Grayscale: #4F4F4F. Windows color (decimal): -11187622 or 5917269. OLE color: 5917269.

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

Color convert

RGB857490-
CMYK0.060.1800.65
HSL281.25º9.76%32.16%-
HSV(B)281.25º17.78%35.29%-
XYZ8.047.5710.71-
YUV79.11134.14132.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.14%
GREEN value IS 74 (29.30% from 255) = 29.72%
BLUE value IS 90 (35.55% from 255) = 36.14%
R=34.14%
G=29.72%
B=36.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8574900.060.1800.65281.259.7632.16
Hex554A5A612041119a20
Octal12511213262201014311240
Binary10101011001010101101011010010010000011000110011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554A5A; }

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

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

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

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

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

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

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

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