Html Css Color HEX #5E4260 Fedora

📋 copy color: '#5E4260'

red 94 ◦ green 66 ◦ blue 96

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

Shades of Fedora #5E4260

Tints of Fedora #5E4260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.78%

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

R = 36.72%
G = 25.78%
B = 37.5%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5E4260 (or 0x5E4260) is known color: Fedora. HEX triplet: 5E, 42 and 60. RGB value is (94,66,96). Sum of RGB (Red+Green+Blue) = 94+66+96=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E4260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4260 is #A1BD9F. Grayscale: #4D4D4D. Windows color (decimal): -10599840 or 6308446. OLE color: 6308446.

HSL color Cylindrical-coordinate representation of color #5E4260: hue angle of 296º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E4260 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 66 96 -
CMYK 0.02 0.31 0 0.62
HSL 296º 0.19% 0.32% -
HSV(B) 296º 0.31% 0.38% -
XYZ 8.68 7.12 11.98 -
YUV 77.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 94 66 96 0.02 0.31 0 0.62 296 0.19 0.32
Hex 5E 42 60 2 1F 0 3E 128 13 20
Octal 136 102 140 2 37 0 76 450 23 40
Binary 1011110 1000010 1100000 10 11111 0 111110 100101000 10011 100000

Color Harmonies of #5E4260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4260

Black with #5E4260

Text Example


Text Example

White with #5E4260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,66,96); }

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

background-color css

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

 a { background-color: rgb(94,66,96); }

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

border-color css

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

 span { border-color: rgb(94,66,96); }

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