Html Css Color HEX #59465F Fedora

📋 copy color: '#59465F'

red 89 ◦ green 70 ◦ blue 95

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

Shades of Fedora #59465F

Tints of Fedora #59465F

RGB

 RED value IS 89 (35.16% from 255) = 35.04%

 GREEN value IS 70 (27.73% from 255) = 27.56%

 BLUE value IS 95 (37.5% from 255) = 37.4%

R = 35.04%
G = 27.56%
B = 37.4%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59465F (or 0x59465F) is known color: Fedora. HEX triplet: 59, 46 and 5F. RGB value is (89,70,95). Sum of RGB (Red+Green+Blue) = 89+70+95=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 95 - color contains mainly: blue. Hex color #59465F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59465F is #A6B9A0. Grayscale: #4E4E4E. Windows color (decimal): -10926497 or 6243929. OLE color: 6243929.

HSL color Cylindrical-coordinate representation of color #59465F: hue angle of 285.6º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #59465F is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 89 70 95 -
CMYK 0.06 0.26 0 0.63
HSL 285.6º 0.15% 0.32% -
HSV(B) 285.6º 0.26% 0.37% -
XYZ 8.38 7.33 11.8 -
YUV 78.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 89 70 95 0.06 0.26 0 0.63 285.6 0.15 0.32
Hex 59 46 5F 6 1A 0 3F 11E F 20
Octal 131 106 137 6 32 0 77 436 17 40
Binary 1011001 1000110 1011111 110 11010 0 111111 100011110 1111 100000

Color Harmonies of #59465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59465F

Black with #59465F

Text Example


Text Example

White with #59465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59465F; }

 p { color: rgb(89,70,95); }

 H1.HeaderClassName
 {
   color: #59465F;
 }
 .AnyTagClassName
 {
   color: #59465F;
 }
</style>

background-color css

<style>
 a { background-color: #59465F; }

 a { background-color: rgb(89,70,95); }

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

border-color css

<style>
 span { border-color: #59465F; }

 span { border-color: rgb(89,70,95); }

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