#554F56

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

Shades of Fedora #554F56

Tints of Fedora #554F56

Color information

#554F56 (or 0x554F56) is unknown color: approx Fedora. HEX triplet: 55, 4F and 56. RGB value is (85,79,86). Sum of RGB (Red+Green+Blue) = 85+79+86=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 86 - color contains mainly: blue. Hex color #554F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F56 is #AAB0A9. Grayscale: #515151. Windows color (decimal): -11186346 or 5656405. OLE color: 5656405.

HSL color Cylindrical-coordinate representation of color #554F56: hue angle of 291.43º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #554F56 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB857986-
CMYK0.010.0800.66
HSL291.43º4.24%32.35%-
HSV(B)291.43º8.14%33.73%-
XYZ8.228.29.95-
YUV81.59130.49130.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 86 (33.98% from 255) = 34.4%
R=34%
G=31.6%
B=34.4%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8579860.010.0800.66291.434.2432.35
Hex554F5618042123420
Octal1251171261100102443440
Binary1010101100111110101101100001000010100100011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,79,86); }

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

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

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

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

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

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

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