#65526C

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

Shades of Fedora #65526C

Tints of Fedora #65526C

Color information

#65526C (or 0x65526C) is unknown color: approx Fedora. HEX triplet: 65, 52 and 6C. RGB value is (101,82,108). Sum of RGB (Red+Green+Blue) = 101+82+108=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 108 - color contains mainly: blue. Hex color #65526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65526C is #9AAD93. Grayscale: #5A5A5A. Windows color (decimal): -10136980 or 7098981. OLE color: 7098981.

HSL color Cylindrical-coordinate representation of color #65526C: hue angle of 283.85º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #65526C is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10182108-
CMYK0.060.2400.58
HSL283.85º13.68%37.25%-
HSV(B)283.85º24.07%42.35%-
XYZ11.099.8815.51-
YUV90.64137.79135.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.71%
GREEN value IS 82 (32.42% from 255) = 28.18%
BLUE value IS 108 (42.58% from 255) = 37.11%
R=34.71%
G=28.18%
B=37.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101821080.060.2400.58283.8513.6837.25
Hex65526C61803A11ce25
Octal1451221546300724341645
Binary1100101101001011011001101100001110101000111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65526C; }

 p { color: rgb(101,82,108); }

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

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

 a { background-color: rgb(101,82,108); }

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

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

 span { border-color: rgb(101,82,108); }

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