Html Css Color HEX #5E5362 Fedora

📋 copy color: '#5E5362'

red 94 ◦ green 83 ◦ blue 98

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

Shades of Fedora #5E5362

Tints of Fedora #5E5362

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.18%

 BLUE value IS 98 (38.67% from 255) = 35.64%

R = 34.18%
G = 30.18%
B = 35.64%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5E5362 (or 0x5E5362) is known color: Fedora. HEX triplet: 5E, 53 and 62. RGB value is (94,83,98). Sum of RGB (Red+Green+Blue) = 94+83+98=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 98 - color contains mainly: blue. Hex color #5E5362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5362 is #A1AC9D. Grayscale: #575757. Windows color (decimal): -10595486 or 6443870. OLE color: 6443870.

HSL color Cylindrical-coordinate representation of color #5E5362: hue angle of 284º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5E5362 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 83 98 -
CMYK 0.04 0.15 0 0.62
HSL 284º 0.08% 0.35% -
HSV(B) 284º 0.15% 0.38% -
XYZ 9.91 9.45 12.86 -
YUV 88 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 94 83 98 0.04 0.15 0 0.62 284 0.08 0.35
Hex 5E 53 62 4 F 0 3E 11C 8 23
Octal 136 123 142 4 17 0 76 434 10 43
Binary 1011110 1010011 1100010 100 1111 0 111110 100011100 1000 100011

Color Harmonies of #5E5362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5362

Black with #5E5362

Text Example


Text Example

White with #5E5362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,83,98); }

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

background-color css

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

 a { background-color: rgb(94,83,98); }

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

border-color css

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

 span { border-color: rgb(94,83,98); }

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