#655169

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

Shades of Fedora #655169

Tints of Fedora #655169

Color information

#655169 (or 0x655169) is unknown color: approx Fedora. HEX triplet: 65, 51 and 69. RGB value is (101,81,105). Sum of RGB (Red+Green+Blue) = 101+81+105=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 105 - color contains mainly: blue. Hex color #655169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655169 is #9AAE96. Grayscale: #595959. Windows color (decimal): -10137239 or 6902117. OLE color: 6902117.

HSL color Cylindrical-coordinate representation of color #655169: hue angle of 290º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #655169 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10181105-
CMYK0.040.2300.59
HSL290º12.9%36.47%-
HSV(B)290º22.86%41.18%-
XYZ10.869.6714.66-
YUV89.72136.63136.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.19%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 105 (41.41% from 255) = 36.59%
R=35.19%
G=28.22%
B=36.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101811050.040.2300.5929012.936.47
Hex65516941703B122d24
Octal1451211514270734421544
Binary1100101101000111010011001011101110111001000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655169; }

 p { color: rgb(101,81,105); }

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

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

 a { background-color: rgb(101,81,105); }

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

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

 span { border-color: rgb(101,81,105); }

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