#65526E

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

Shades of Fedora #65526E

Tints of Fedora #65526E

Color information

#65526E (or 0x65526E) is unknown color: approx Fedora. HEX triplet: 65, 52 and 6E. RGB value is (101,82,110). Sum of RGB (Red+Green+Blue) = 101+82+110=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 110 - color contains mainly: blue. Hex color #65526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65526E is #9AAD91. Grayscale: #5A5A5A. Windows color (decimal): -10136978 or 7230053. OLE color: 7230053.

HSL color Cylindrical-coordinate representation of color #65526E: hue angle of 280.71º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65526E is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10182110-
CMYK0.080.2500.57
HSL280.71º14.58%37.65%-
HSV(B)280.71º25.45%43.14%-
XYZ11.29.9316.08-
YUV90.87138.79135.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.47%
GREEN value IS 82 (32.42% from 255) = 27.99%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=34.47%
G=27.99%
B=37.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101821100.080.2500.57280.7114.5837.65
Hex65526E819039119f26
Octal14512215610310714311746
Binary11001011010010110111010001100101110011000110011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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