Html Css Color HEX #5E5260 Fedora

📋 copy color: '#5E5260'

red 94 ◦ green 82 ◦ blue 96

#5E5260
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #5E5260

Tints of Fedora #5E5260

RGB

 RED value IS 94 (37.11% from 255) = 34.56%

 GREEN value IS 82 (32.42% from 255) = 30.15%

 BLUE value IS 96 (37.89% from 255) = 35.29%

R = 34.56%
G = 30.15%
B = 35.29%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5E5260 (or 0x5E5260) is known color: Fedora. HEX triplet: 5E, 52 and 60. RGB value is (94,82,96). Sum of RGB (Red+Green+Blue) = 94+82+96=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E5260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5260 is #A1AD9F. Grayscale: #575757. Windows color (decimal): -10595744 or 6312542. OLE color: 6312542.

HSL color Cylindrical-coordinate representation of color #5E5260: hue angle of 291.43º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5E5260 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 82 96 -
CMYK 0.02 0.15 0 0.62
HSL 291.43º 0.08% 0.35% -
HSV(B) 291.43º 0.15% 0.38% -
XYZ 9.74 9.26 12.34 -
YUV 87.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 94 82 96 0.02 0.15 0 0.62 291.43 0.08 0.35
Hex 5E 52 60 2 F 0 3E 123 8 23
Octal 136 122 140 2 17 0 76 443 10 43
Binary 1011110 1010010 1100000 10 1111 0 111110 100100011 1000 100011

Color Harmonies of #5E5260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5260

Black with #5E5260

Text Example


Text Example

White with #5E5260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,82,96); }

 H1.HeaderClassName
 {
   color: #5E5260;
 }
 .AnyTagClassName
 {
   color: #5E5260;
 }
</style>

background-color css

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

 a { background-color: rgb(94,82,96); }

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

border-color css

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

 span { border-color: rgb(94,82,96); }

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