#555256

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

Shades of Fedora #555256

Tints of Fedora #555256

Color information

#555256 (or 0x555256) is unknown color: approx Fedora. HEX triplet: 55, 52 and 56. RGB value is (85,82,86). Sum of RGB (Red+Green+Blue) = 85+82+86=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 86 - color contains mainly: blue. Hex color #555256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555256 is #AAADA9. Grayscale: #535353. Windows color (decimal): -11185578 or 5657173. OLE color: 5657173.

HSL color Cylindrical-coordinate representation of color #555256: hue angle of 285º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #555256 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB858286-
CMYK0.010.0500.66
HSL285º2.38%32.94%-
HSV(B)285º4.65%33.73%-
XYZ8.448.6410.03-
YUV83.35129.49129.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.60%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=33.60%
G=32.41%
B=33.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8582860.010.0500.662852.3832.94
Hex5552561504211d221
Octal125122126150102435241
Binary10101011010010101011011010100001010001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555256; }

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

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

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

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

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

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

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

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