#65506D

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

Shades of Fedora #65506D

Tints of Fedora #65506D

Color information

#65506D (or 0x65506D) is unknown color: approx Fedora. HEX triplet: 65, 50 and 6D. RGB value is (101,80,109). Sum of RGB (Red+Green+Blue) = 101+80+109=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 109 - color contains mainly: blue. Hex color #65506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65506D is #9AAF92. Grayscale: #595959. Windows color (decimal): -10137491 or 7164005. OLE color: 7164005.

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

Color convert

RGB10180109-
CMYK0.070.2700.57
HSL283.45º15.34%37.06%-
HSV(B)283.45º26.61%42.75%-
XYZ119.6115.74-
YUV89.58138.96136.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.83%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 109 (42.97% from 255) = 37.59%
R=34.83%
G=27.59%
B=37.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101801090.070.2700.57283.4515.3437.06
Hex65506D71B03911bf25
Octal1451201557330714331745
Binary1100101101000011011011111101101110011000110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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