#66556C

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

Shades of Fedora #66556C

Tints of Fedora #66556C

Color information

#66556C (or 0x66556C) is unknown color: approx Fedora. HEX triplet: 66, 55 and 6C. RGB value is (102,85,108). Sum of RGB (Red+Green+Blue) = 102+85+108=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 108 - color contains mainly: blue. Hex color #66556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66556C is #99AA93. Grayscale: #5C5C5C. Windows color (decimal): -10070676 or 7099750. OLE color: 7099750.

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

Color convert

RGB10285108-
CMYK0.060.2100.58
HSL284.35º11.92%37.84%-
HSV(B)284.35º21.3%42.35%-
XYZ11.4310.415.59-
YUV92.7136.63134.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=34.58%
G=28.81%
B=36.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102851080.060.2100.58284.3511.9237.84
Hex66556C61503A11cc26
Octal1461251546250724341446
Binary1100110101010111011001101010101110101000111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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