#705572

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

Shades of Fedora #705572

Tints of Fedora #705572

Color information

#705572 (or 0x705572) is unknown color: approx Fedora. HEX triplet: 70, 55 and 72. RGB value is (112,85,114). Sum of RGB (Red+Green+Blue) = 112+85+114=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 114 - color contains mainly: blue. Hex color #705572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705572 is #8FAA8D. Grayscale: #606060. Windows color (decimal): -9415310 or 7492976. OLE color: 7492976.

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

Color convert

RGB11285114-
CMYK0.020.2500.55
HSL295.86º14.57%39.02%-
HSV(B)295.86º25.44%44.71%-
XYZ12.9711.1617.39-
YUV96.38137.95139.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 114 (44.92% from 255) = 36.66%
R=36.01%
G=27.33%
B=36.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112851140.020.2500.55295.8614.5739.02
Hex705572219037128f27
Octal1601251622310674501747
Binary111000010101011110010101100101101111001010001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705572; }

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

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

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

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

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

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

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

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