#655669

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

Shades of Fedora #655669

Tints of Fedora #655669

Color information

#655669 (or 0x655669) is unknown color: approx Fedora. HEX triplet: 65, 56 and 69. RGB value is (101,86,105). Sum of RGB (Red+Green+Blue) = 101+86+105=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 105 - color contains mainly: blue. Hex color #655669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655669 is #9AA996. Grayscale: #5C5C5C. Windows color (decimal): -10135959 or 6903397. OLE color: 6903397.

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

Color convert

RGB10186105-
CMYK0.040.1800.59
HSL287.37º9.95%37.45%-
HSV(B)287.37º18.1%41.18%-
XYZ11.2410.4414.79-
YUV92.65134.97133.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.59%
GREEN value IS 86 (33.98% from 255) = 29.45%
BLUE value IS 105 (41.41% from 255) = 35.96%
R=34.59%
G=29.45%
B=35.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101861050.040.1800.59287.379.9537.45
Hex65566941203B11fa25
Octal1451261514220734371245
Binary1100101101011011010011001001001110111000111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655669; }

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

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

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

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

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

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

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

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