#555157

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

Shades of Fedora #555157

Tints of Fedora #555157

Color information

#555157 (or 0x555157) is unknown color: approx Fedora. HEX triplet: 55, 51 and 57. RGB value is (85,81,87). Sum of RGB (Red+Green+Blue) = 85+81+87=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 87 - color contains mainly: blue. Hex color #555157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555157 is #AAAEA8. Grayscale: #525252. Windows color (decimal): -11185833 or 5722453. OLE color: 5722453.

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

Color convert

RGB858187-
CMYK0.020.0700.66
HSL280º3.57%32.94%-
HSV(B)280º6.9%34.12%-
XYZ8.418.510.22-
YUV82.88130.33129.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.60%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 87 (34.38% from 255) = 34.39%
R=33.60%
G=32.02%
B=34.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8581870.020.0700.662803.5732.94
Hex55515727042118421
Octal125121127270102430441
Binary1010101101000110101111011101000010100011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555157; }

 p { color: rgb(85,81,87); }

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

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

 a { background-color: rgb(85,81,87); }

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

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

 span { border-color: rgb(85,81,87); }

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