#65556D

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

Shades of Fedora #65556D

Tints of Fedora #65556D

Color information

#65556D (or 0x65556D) is unknown color: approx Fedora. HEX triplet: 65, 55 and 6D. RGB value is (101,85,109). Sum of RGB (Red+Green+Blue) = 101+85+109=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 109 - color contains mainly: blue. Hex color #65556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65556D is #9AAA92. Grayscale: #5C5C5C. Windows color (decimal): -10136211 or 7165285. OLE color: 7165285.

HSL color Cylindrical-coordinate representation of color #65556D: hue angle of 280º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #65556D is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10185109-
CMYK0.070.2200.57
HSL280º12.37%38.04%-
HSV(B)280º22.02%42.75%-
XYZ11.3810.3715.87-
YUV92.52137.3134.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.24%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=34.24%
G=28.81%
B=36.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101851090.070.2200.5728012.3738.04
Hex65556D716039118c26
Octal1451251557260714301446
Binary1100101101010111011011111011001110011000110001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65556D; }

 p { color: rgb(101,85,109); }

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

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

 a { background-color: rgb(101,85,109); }

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

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

 span { border-color: rgb(101,85,109); }

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