Html Css Color HEX #5B5061 Fedora

📋 copy color: '#5B5061'

red 91 ◦ green 80 ◦ blue 97

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

Shades of Fedora #5B5061

Tints of Fedora #5B5061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

 BLUE value IS 97 (38.28% from 255) = 36.19%

R = 33.96%
G = 29.85%
B = 36.19%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5B5061 (or 0x5B5061) is known color: Fedora. HEX triplet: 5B, 50 and 61. RGB value is (91,80,97). Sum of RGB (Red+Green+Blue) = 91+80+97=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B5061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5061 is #A4AF9E. Grayscale: #555555. Windows color (decimal): -10792863 or 6377563. OLE color: 6377563.

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

Color convert

RGB 91 80 97 -
CMYK 0.06 0.18 0 0.62
HSL 278.82º 0.1% 0.35% -
HSV(B) 278.82º 0.18% 0.38% -
XYZ 9.34 8.82 12.52 -
YUV 85.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 91 80 97 0.06 0.18 0 0.62 278.82 0.1 0.35
Hex 5B 50 61 6 12 0 3E 117 A 23
Octal 133 120 141 6 22 0 76 427 12 43
Binary 1011011 1010000 1100001 110 10010 0 111110 100010111 1010 100011

Color Harmonies of #5B5061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5061

Black with #5B5061

Text Example


Text Example

White with #5B5061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,80,97); }

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

background-color css

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

 a { background-color: rgb(91,80,97); }

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

border-color css

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

 span { border-color: rgb(91,80,97); }

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