Html Css Color HEX #5B4962 Fedora

📋 copy color: '#5B4962'

red 91 ◦ green 73 ◦ blue 98

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

Shades of Fedora #5B4962

Tints of Fedora #5B4962

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.86%

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

R = 34.73%
G = 27.86%
B = 37.4%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5B4962 (or 0x5B4962) is known color: Fedora. HEX triplet: 5B, 49 and 62. RGB value is (91,73,98). Sum of RGB (Red+Green+Blue) = 91+73+98=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 98 - color contains mainly: blue. Hex color #5B4962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4962 is #A4B69D. Grayscale: #515151. Windows color (decimal): -10794654 or 6441307. OLE color: 6441307.

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

Color convert

RGB 91 73 98 -
CMYK 0.07 0.26 0 0.62
HSL 283.2º 0.15% 0.34% -
HSV(B) 283.2º 0.26% 0.38% -
XYZ 8.9 7.87 12.61 -
YUV 81.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 91 73 98 0.07 0.26 0 0.62 283.2 0.15 0.34
Hex 5B 49 62 7 1A 0 3E 11B F 22
Octal 133 111 142 7 32 0 76 433 17 42
Binary 1011011 1001001 1100010 111 11010 0 111110 100011011 1111 100010

Color Harmonies of #5B4962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4962

Black with #5B4962

Text Example


Text Example

White with #5B4962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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