#65536D

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

Shades of Fedora #65536D

Tints of Fedora #65536D

Color information

#65536D (or 0x65536D) is unknown color: approx Fedora. HEX triplet: 65, 53 and 6D. RGB value is (101,83,109). Sum of RGB (Red+Green+Blue) = 101+83+109=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 109 - color contains mainly: blue. Hex color #65536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65536D is #9AAC92. Grayscale: #5B5B5B. Windows color (decimal): -10136723 or 7164773. OLE color: 7164773.

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

Color convert

RGB10183109-
CMYK0.070.2400.57
HSL281.54º13.54%37.65%-
HSV(B)281.54º23.85%42.75%-
XYZ11.2210.0615.82-
YUV91.35137.96134.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.47%
GREEN value IS 83 (32.81% from 255) = 28.33%
BLUE value IS 109 (42.97% from 255) = 37.20%
R=34.47%
G=28.33%
B=37.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101831090.070.2400.57281.5413.5437.65
Hex65536D71803911ae26
Octal1451231557300714321646
Binary1100101101001111011011111100001110011000110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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