#66526C

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

Shades of Fedora #66526C

Tints of Fedora #66526C

Color information

#66526C (or 0x66526C) is unknown color: approx Fedora. HEX triplet: 66, 52 and 6C. RGB value is (102,82,108). Sum of RGB (Red+Green+Blue) = 102+82+108=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 108 - color contains mainly: blue. Hex color #66526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66526C is #99AD93. Grayscale: #5A5A5A. Windows color (decimal): -10071444 or 7098982. OLE color: 7098982.

HSL color Cylindrical-coordinate representation of color #66526C: hue angle of 286.15º 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 #66526C is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10282108-
CMYK0.060.2400.58
HSL286.15º13.68%37.25%-
HSV(B)286.15º24.07%42.35%-
XYZ11.29.9415.52-
YUV90.94137.63135.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.93%
GREEN value IS 82 (32.42% from 255) = 28.08%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=34.93%
G=28.08%
B=36.99%

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
Decimal102821080.060.2400.58286.1513.6837.25
Hex66526C61803A11ee25
Octal1461221546300724361645
Binary1100110101001011011001101100001110101000111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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