Html Css Color HEX #5E4663 Fedora

📋 copy color: '#5E4663'

red 94 ◦ green 70 ◦ blue 99

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

Shades of Fedora #5E4663

Tints of Fedora #5E4663

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.62%

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

R = 35.74%
G = 26.62%
B = 37.64%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5E4663 (or 0x5E4663) is known color: Fedora. HEX triplet: 5E, 46 and 63. RGB value is (94,70,99). Sum of RGB (Red+Green+Blue) = 94+70+99=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E4663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4663 is #A1B99C. Grayscale: #505050. Windows color (decimal): -10598813 or 6506078. OLE color: 6506078.

HSL color Cylindrical-coordinate representation of color #5E4663: hue angle of 289.66º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E4663 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 94 70 99 -
CMYK 0.05 0.29 0 0.61
HSL 289.66º 0.17% 0.33% -
HSV(B) 289.66º 0.29% 0.39% -
XYZ 9.06 7.66 12.81 -
YUV 80.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 94 70 99 0.05 0.29 0 0.61 289.66 0.17 0.33
Hex 5E 46 63 5 1D 0 3D 122 11 21
Octal 136 106 143 5 35 0 75 442 21 41
Binary 1011110 1000110 1100011 101 11101 0 111101 100100010 10001 100001

Color Harmonies of #5E4663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4663

Black with #5E4663

Text Example


Text Example

White with #5E4663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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