Html Css Color HEX #5E5063 Fedora

📋 copy color: '#5E5063'

red 94 ◦ green 80 ◦ blue 99

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

Shades of Fedora #5E5063

Tints of Fedora #5E5063

RGB

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

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

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

R = 34.43%
G = 29.3%
B = 36.26%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5E5063 (or 0x5E5063) is known color: Fedora. HEX triplet: 5E, 50 and 63. RGB value is (94,80,99). Sum of RGB (Red+Green+Blue) = 94+80+99=273 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.43% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E5063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5063 is #A1AF9C. Grayscale: #565656. Windows color (decimal): -10596253 or 6508638. OLE color: 6508638.

HSL color Cylindrical-coordinate representation of color #5E5063: hue angle of 284.21º 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 #5E5063 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 94 80 99 -
CMYK 0.05 0.19 0 0.61
HSL 284.21º 0.11% 0.35% -
HSV(B) 284.21º 0.19% 0.39% -
XYZ 9.74 9.02 13.03 -
YUV 86.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 94 80 99 0.05 0.19 0 0.61 284.21 0.11 0.35
Hex 5E 50 63 5 13 0 3D 11C B 23
Octal 136 120 143 5 23 0 75 434 13 43
Binary 1011110 1010000 1100011 101 10011 0 111101 100011100 1011 100011

Color Harmonies of #5E5063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5063

Black with #5E5063

Text Example


Text Example

White with #5E5063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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