#66586E

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

Shades of Fedora #66586E

Tints of Fedora #66586E

Color information

#66586E (or 0x66586E) is unknown color: approx Fedora. HEX triplet: 66, 58 and 6E. RGB value is (102,88,110). Sum of RGB (Red+Green+Blue) = 102+88+110=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 110 - color contains mainly: blue. Hex color #66586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66586E is #99A791. Grayscale: #5E5E5E. Windows color (decimal): -10069906 or 7231590. OLE color: 7231590.

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

Color convert

RGB10288110-
CMYK0.070.200.57
HSL278.18º11.11%38.82%-
HSV(B)278.18º20%43.14%-
XYZ11.7810.9316.24-
YUV94.69136.64133.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34%
GREEN value IS 88 (34.77% from 255) = 29.33%
BLUE value IS 110 (43.36% from 255) = 36.67%
R=34%
G=29.33%
B=36.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102881100.070.200.57278.1811.1138.82
Hex66586E714039116b27
Octal1461301567240714261347
Binary1100110101100011011101111010001110011000101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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