#5B535E

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

Shades of Fedora #5B535E

Tints of Fedora #5B535E

Color information

#5B535E (or 0x5B535E) is unknown color: approx Fedora. HEX triplet: 5B, 53 and 5E. RGB value is (91,83,94). Sum of RGB (Red+Green+Blue) = 91+83+94=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 94 - color contains mainly: blue. Hex color #5B535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B535E is #A4ACA1. Grayscale: #565656. Windows color (decimal): -10792098 or 6181723. OLE color: 6181723.

HSL color Cylindrical-coordinate representation of color #5B535E: hue angle of 283.64º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B535E is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB918394-
CMYK0.030.1200.63
HSL283.64º6.21%34.71%-
HSV(B)283.64º11.7%36.86%-
XYZ9.439.2211.87-
YUV86.65132.15131.11-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.96%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=33.96%
G=30.97%
B=35.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9183940.030.1200.63283.646.2134.71
Hex5B535E3C03F11c623
Octal133123136314077434643
Binary1011011101001110111101111000111111100011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B535E; }

 p { color: rgb(91,83,94); }

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

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

 a { background-color: rgb(91,83,94); }

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

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

 span { border-color: rgb(91,83,94); }

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