#685572

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

Shades of Fedora #685572

Tints of Fedora #685572

Color information

#685572 (or 0x685572) is unknown color: approx Fedora. HEX triplet: 68, 55 and 72. RGB value is (104,85,114). Sum of RGB (Red+Green+Blue) = 104+85+114=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 114 - color contains mainly: blue. Hex color #685572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685572 is #97AA8D. Grayscale: #5D5D5D. Windows color (decimal): -9939598 or 7492968. OLE color: 7492968.

HSL color Cylindrical-coordinate representation of color #685572: hue angle of 279.31º 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 #685572 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10485114-
CMYK0.090.2500.55
HSL279.31º14.57%39.02%-
HSV(B)279.31º25.44%44.71%-
XYZ11.9910.6517.34-
YUV93.99139.29135.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.32%
GREEN value IS 85 (33.59% from 255) = 28.05%
BLUE value IS 114 (44.92% from 255) = 37.62%
R=34.32%
G=28.05%
B=37.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104851140.090.2500.55279.3114.5739.02
Hex685572919037117f27
Octal15012516211310674271747
Binary11010001010101111001010011100101101111000101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685572; }

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

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

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

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

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

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

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

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