#545055

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

Shades of Fedora #545055

Tints of Fedora #545055

Color information

#545055 (or 0x545055) is unknown color: approx Fedora. HEX triplet: 54, 50 and 55. RGB value is (84,80,85). Sum of RGB (Red+Green+Blue) = 84+80+85=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 85 - color contains mainly: blue. Hex color #545055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545055 is #ABAFAA. Grayscale: #515151. Windows color (decimal): -11251627 or 5591124. OLE color: 5591124.

HSL color Cylindrical-coordinate representation of color #545055: hue angle of 288º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #545055 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB848085-
CMYK0.010.0600.67
HSL288º3.03%32.35%-
HSV(B)288º5.88%33.33%-
XYZ8.168.289.76-
YUV81.77129.83129.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.73%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 85 (33.59% from 255) = 34.14%
R=33.73%
G=32.13%
B=34.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8480850.010.0600.672883.0332.35
Hex54505516043120320
Octal124120125160103440340
Binary10101001010000101010111100100001110010000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545055; }

 p { color: rgb(84,80,85); }

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

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

 a { background-color: rgb(84,80,85); }

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

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

 span { border-color: rgb(84,80,85); }

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