#705573

Color #705573 Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #705573

Tints of Fedora #705573

Color information

#705573 (or 0x705573) is unknown color: approx Fedora. HEX triplet: 70, 55 and 73. RGB value is (112,85,115). Sum of RGB (Red+Green+Blue) = 112+85+115=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 115 - color contains mainly: blue. Hex color #705573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705573 is #8FAA8C. Grayscale: #606060. Windows color (decimal): -9415309 or 7558512. OLE color: 7558512.

HSL color Cylindrical-coordinate representation of color #705573: hue angle of 294º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #705573 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11285115-
CMYK0.030.2600.55
HSL294º15%39.22%-
HSV(B)294º26.09%45.1%-
XYZ13.0311.1817.69-
YUV96.49138.45139.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.90%
GREEN value IS 85 (33.59% from 255) = 27.24%
BLUE value IS 115 (45.31% from 255) = 36.86%
R=35.90%
G=27.24%
B=36.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112851150.030.2600.552941539.22
Hex70557331A037126f27
Octal1601251633320674461747
Binary111000010101011110011111101001101111001001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705573; }

 p { color: rgb(112,85,115); }

 H1.HeaderClassName
 {
   color: #705573;
 }
 .AnyTagClassName
 {
   color: #705573;
 }
</style>
background-color css

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

 a { background-color: rgb(112,85,115); }

 div.DivClassName
 {
   background-color: #705573;
 }
 .BgClassName
 {
   background-color: #705573;
 }
</style>
border-color css

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

 span { border-color: rgb(112,85,115); }

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