Html Css Color HEX #5B4E62 Fedora

📋 copy color: '#5B4E62'

red 91 ◦ green 78 ◦ blue 98

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

Shades of Fedora #5B4E62

Tints of Fedora #5B4E62

RGB

 RED value IS 91 (35.94% from 255) = 34.08%

 GREEN value IS 78 (30.86% from 255) = 29.21%

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

R = 34.08%
G = 29.21%
B = 36.7%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5B4E62 (or 0x5B4E62) is known color: Fedora. HEX triplet: 5B, 4E and 62. RGB value is (91,78,98). Sum of RGB (Red+Green+Blue) = 91+78+98=267 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.08% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 98 - color contains mainly: blue. Hex color #5B4E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B4E62 is #A4B19D. Grayscale: #545454. Windows color (decimal): -10793374 or 6442587. OLE color: 6442587.

HSL color Cylindrical-coordinate representation of color #5B4E62: hue angle of 279º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B4E62 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 78 98 -
CMYK 0.07 0.20 0 0.62
HSL 279º 0.11% 0.35% -
HSV(B) 279º 0.2% 0.38% -
XYZ 9.24 8.55 12.72 -
YUV 84.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 91 78 98 0.07 0.20 0 0.62 279 0.11 0.35
Hex 5B 4E 62 7 14 0 3E 117 B 23
Octal 133 116 142 7 24 0 76 427 13 43
Binary 1011011 1001110 1100010 111 10100 0 111110 100010111 1011 100011

Color Harmonies of #5B4E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4E62

Black with #5B4E62

Text Example


Text Example

White with #5B4E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,78,98); }

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

background-color css

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

 a { background-color: rgb(91,78,98); }

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

border-color css

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

 span { border-color: rgb(91,78,98); }

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