Html Css Color HEX #5F4560 Fedora

📋 copy color: '#5F4560'

red 95 ◦ green 69 ◦ blue 96

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

Shades of Fedora #5F4560

Tints of Fedora #5F4560

RGB

 RED value IS 95 (37.5% from 255) = 36.54%

 GREEN value IS 69 (27.34% from 255) = 26.54%

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

R = 36.54%
G = 26.54%
B = 36.92%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5F4560 (or 0x5F4560) is known color: Fedora. HEX triplet: 5F, 45 and 60. RGB value is (95,69,96). Sum of RGB (Red+Green+Blue) = 95+69+96=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 96 - color contains mainly: blue. Hex color #5F4560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4560 is #A0BA9F. Grayscale: #4F4F4F. Windows color (decimal): -10533536 or 6309215. OLE color: 6309215.

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

Color convert

RGB 95 69 96 -
CMYK 0.01 0.28 0 0.62
HSL 297.78º 0.16% 0.32% -
HSV(B) 297.78º 0.28% 0.38% -
XYZ 8.96 7.53 12.05 -
YUV 79.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 95 69 96 0.01 0.28 0 0.62 297.78 0.16 0.32
Hex 5F 45 60 1 1C 0 3E 12A 10 20
Octal 137 105 140 1 34 0 76 452 20 40
Binary 1011111 1000101 1100000 1 11100 0 111110 100101010 10000 100000

Color Harmonies of #5F4560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4560

Black with #5F4560

Text Example


Text Example

White with #5F4560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,69,96); }

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

background-color css

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

 a { background-color: rgb(95,69,96); }

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

border-color css

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

 span { border-color: rgb(95,69,96); }

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