Html Css Color HEX #5C515D Fedora

📋 copy color: '#5C515D'

red 92 ◦ green 81 ◦ blue 93

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

Shades of Fedora #5C515D

Tints of Fedora #5C515D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.45%

 BLUE value IS 93 (36.72% from 255) = 34.96%

R = 34.59%
G = 30.45%
B = 34.96%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5C515D (or 0x5C515D) is known color: Fedora. HEX triplet: 5C, 51 and 5D. RGB value is (92,81,93). Sum of RGB (Red+Green+Blue) = 92+81+93=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C515D is #A3AEA2. Grayscale: #555555. Windows color (decimal): -10727075 or 6115676. OLE color: 6115676.

HSL color Cylindrical-coordinate representation of color #5C515D: hue angle of 295º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5C515D is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 81 93 -
CMYK 0.01 0.13 0 0.64
HSL 295º 0.07% 0.34% -
HSV(B) 295º 0.13% 0.36% -
XYZ 9.33 8.95 11.59 -
YUV 85.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 92 81 93 0.01 0.13 0 0.64 295 0.07 0.34
Hex 5C 51 5D 1 D 0 40 127 7 22
Octal 134 121 135 1 15 0 100 447 7 42
Binary 1011100 1010001 1011101 1 1101 0 1000000 100100111 111 100010

Color Harmonies of #5C515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C515D

Black with #5C515D

Text Example


Text Example

White with #5C515D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,81,93); }

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

background-color css

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

 a { background-color: rgb(92,81,93); }

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

border-color css

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

 span { border-color: rgb(92,81,93); }

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