Html Css Color HEX #5C5063 Fedora

📋 copy color: '#5C5063'

red 92 ◦ green 80 ◦ blue 99

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

Shades of Fedora #5C5063

Tints of Fedora #5C5063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.52%

 BLUE value IS 99 (39.06% from 255) = 36.53%

R = 33.95%
G = 29.52%
B = 36.53%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5C5063 (or 0x5C5063) is known color: Fedora. HEX triplet: 5C, 50 and 63. RGB value is (92,80,99). Sum of RGB (Red+Green+Blue) = 92+80+99=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 99 - color contains mainly: blue. Hex color #5C5063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5063 is #A3AF9C. Grayscale: #555555. Windows color (decimal): -10727325 or 6508636. OLE color: 6508636.

HSL color Cylindrical-coordinate representation of color #5C5063: hue angle of 277.89º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5C5063 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 92 80 99 -
CMYK 0.07 0.19 0 0.61
HSL 277.89º 0.11% 0.35% -
HSV(B) 277.89º 0.19% 0.39% -
XYZ 9.53 8.91 13.02 -
YUV 85.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 92 80 99 0.07 0.19 0 0.61 277.89 0.11 0.35
Hex 5C 50 63 7 13 0 3D 116 B 23
Octal 134 120 143 7 23 0 75 426 13 43
Binary 1011100 1010000 1100011 111 10011 0 111101 100010110 1011 100011

Color Harmonies of #5C5063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5063

Black with #5C5063

Text Example


Text Example

White with #5C5063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,80,99); }

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

background-color css

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

 a { background-color: rgb(92,80,99); }

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

border-color css

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

 span { border-color: rgb(92,80,99); }

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