#66556E

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

Shades of Fedora #66556E

Tints of Fedora #66556E

Color information

#66556E (or 0x66556E) is unknown color: approx Fedora. HEX triplet: 66, 55 and 6E. RGB value is (102,85,110). Sum of RGB (Red+Green+Blue) = 102+85+110=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 110 - color contains mainly: blue. Hex color #66556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66556E is #99AA91. Grayscale: #5C5C5C. Windows color (decimal): -10070674 or 7230822. OLE color: 7230822.

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

Color convert

RGB10285110-
CMYK0.070.2300.57
HSL280.8º12.82%38.24%-
HSV(B)280.8º22.73%43.14%-
XYZ11.5410.4516.16-
YUV92.93137.63134.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 85 (33.59% from 255) = 28.62%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=34.34%
G=28.62%
B=37.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102851100.070.2300.57280.812.8238.24
Hex66556E717039119d26
Octal1461251567270714311546
Binary1100110101010111011101111011101110011000110011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,85,110); }

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

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

 a { background-color: rgb(102,85,110); }

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

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

 span { border-color: rgb(102,85,110); }

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