#535154

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

Shades of Fedora #535154

Tints of Fedora #535154

Color information

#535154 (or 0x535154) is unknown color: approx Fedora. HEX triplet: 53, 51 and 54. RGB value is (83,81,84). Sum of RGB (Red+Green+Blue) = 83+81+84=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 84 - color contains mainly: blue. Hex color #535154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535154 is #ACAEAB. Grayscale: #515151. Windows color (decimal): -11316908 or 5525843. OLE color: 5525843.

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

Color convert

RGB838184-
CMYK0.010.0400.67
HSL280º1.82%32.35%-
HSV(B)280º3.57%32.94%-
XYZ8.118.369.57-
YUV81.94129.16128.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.47%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 84 (33.20% from 255) = 33.87%
R=33.47%
G=32.66%
B=33.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8381840.010.0400.672801.8232.35
Hex53515414043118220
Octal123121124140103430240
Binary10100111010001101010011000100001110001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535154; }

 p { color: rgb(83,81,84); }

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

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

 a { background-color: rgb(83,81,84); }

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

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

 span { border-color: rgb(83,81,84); }

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