Html Css Color HEX #5C5460 Fedora

📋 copy color: '#5C5460'

red 92 ◦ green 84 ◦ blue 96

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

Shades of Fedora #5C5460

Tints of Fedora #5C5460

RGB

 RED value IS 92 (36.33% from 255) = 33.82%

 GREEN value IS 84 (33.2% from 255) = 30.88%

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

R = 33.82%
G = 30.88%
B = 35.29%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5C5460 (or 0x5C5460) is known color: Fedora. HEX triplet: 5C, 54 and 60. RGB value is (92,84,96). Sum of RGB (Red+Green+Blue) = 92+84+96=272 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.82% from 272); Green value is 84 (33.20% from 255 or 30.88% 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 #5C5460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5460 is #A3AB9F. Grayscale: #575757. Windows color (decimal): -10726304 or 6313052. OLE color: 6313052.

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

Color convert

RGB 92 84 96 -
CMYK 0.04 0.12 0 0.62
HSL 280º 0.07% 0.35% -
HSV(B) 280º 0.13% 0.38% -
XYZ 9.7 9.46 12.38 -
YUV 87.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 92 84 96 0.04 0.12 0 0.62 280 0.07 0.35
Hex 5C 54 60 4 C 0 3E 118 7 23
Octal 134 124 140 4 14 0 76 430 7 43
Binary 1011100 1010100 1100000 100 1100 0 111110 100011000 111 100011

Color Harmonies of #5C5460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5460

Black with #5C5460

Text Example


Text Example

White with #5C5460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,84,96); }

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

background-color css

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

 a { background-color: rgb(92,84,96); }

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

border-color css

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

 span { border-color: rgb(92,84,96); }

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