#66586B

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

Shades of Fedora #66586B

Tints of Fedora #66586B

Color information

#66586B (or 0x66586B) is unknown color: approx Fedora. HEX triplet: 66, 58 and 6B. RGB value is (102,88,107). Sum of RGB (Red+Green+Blue) = 102+88+107=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 107 - color contains mainly: blue. Hex color #66586B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66586B is #99A794. Grayscale: #5E5E5E. Windows color (decimal): -10069909 or 7034982. OLE color: 7034982.

HSL color Cylindrical-coordinate representation of color #66586B: hue angle of 284.21º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #66586B is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10288107-
CMYK0.050.1800.58
HSL284.21º9.74%38.24%-
HSV(B)284.21º17.76%41.96%-
XYZ11.6210.8715.39-
YUV94.35135.14133.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 107 (42.19% from 255) = 36.03%
R=34.34%
G=29.63%
B=36.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102881070.050.1800.58284.219.7438.24
Hex66586B51203A11ca26
Octal1461301535220724341246
Binary1100110101100011010111011001001110101000111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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