#66526D

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

Shades of Fedora #66526D

Tints of Fedora #66526D

Color information

#66526D (or 0x66526D) is unknown color: approx Fedora. HEX triplet: 66, 52 and 6D. RGB value is (102,82,109). Sum of RGB (Red+Green+Blue) = 102+82+109=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 82 (32.42% from 255 or 27.99% 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 #66526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66526D is #99AD92. Grayscale: #5A5A5A. Windows color (decimal): -10071443 or 7164518. OLE color: 7164518.

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

Color convert

RGB10282109-
CMYK0.060.2500.57
HSL284.44º14.14%37.45%-
HSV(B)284.44º24.77%42.75%-
XYZ11.269.9615.8-
YUV91.06138.13135.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.81%
GREEN value IS 82 (32.42% from 255) = 27.99%
BLUE value IS 109 (42.97% from 255) = 37.20%
R=34.81%
G=27.99%
B=37.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102821090.060.2500.57284.4414.1437.45
Hex66526D61903911ce25
Octal1461221556310714341645
Binary1100110101001011011011101100101110011000111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,82,109); }

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

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

 a { background-color: rgb(102,82,109); }

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

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

 span { border-color: rgb(102,82,109); }

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