#65566A

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

Shades of Fedora #65566A

Tints of Fedora #65566A

Color information

#65566A (or 0x65566A) is unknown color: approx Fedora. HEX triplet: 65, 56 and 6A. RGB value is (101,86,106). Sum of RGB (Red+Green+Blue) = 101+86+106=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 106 - color contains mainly: blue. Hex color #65566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65566A is #9AA995. Grayscale: #5C5C5C. Windows color (decimal): -10135958 or 6968933. OLE color: 6968933.

HSL color Cylindrical-coordinate representation of color #65566A: hue angle of 285º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #65566A is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10186106-
CMYK0.050.1900.58
HSL285º10.42%37.65%-
HSV(B)285º18.87%41.57%-
XYZ11.310.4615.06-
YUV92.76135.47133.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.47%
GREEN value IS 86 (33.98% from 255) = 29.35%
BLUE value IS 106 (41.80% from 255) = 36.18%
R=34.47%
G=29.35%
B=36.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101861060.050.1900.5828510.4237.65
Hex65566A51303A11da26
Octal1451261525230724351246
Binary1100101101011011010101011001101110101000111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65566A; }

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

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

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

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

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

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

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

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