#655466

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

Shades of Fedora #655466

Tints of Fedora #655466

Color information

#655466 (or 0x655466) is unknown color: approx Fedora. HEX triplet: 65, 54 and 66. RGB value is (101,84,102). Sum of RGB (Red+Green+Blue) = 101+84+102=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 102 - color contains mainly: blue. Hex color #655466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655466 is #9AAB99. Grayscale: #5B5B5B. Windows color (decimal): -10136474 or 6706277. OLE color: 6706277.

HSL color Cylindrical-coordinate representation of color #655466: hue angle of 296.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #655466 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB10184102-
CMYK0.010.1800.6
HSL296.67º9.68%36.47%-
HSV(B)296.67º17.65%40%-
XYZ10.9410.0713.94-
YUV91.14134.13135.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.19%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=35.19%
G=29.27%
B=35.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal101841020.010.1800.6296.679.6836.47
Hex65546611203C129a24
Octal1451241461220744511244
Binary11001011010100110011011001001111001001010011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655466; }

 p { color: rgb(101,84,102); }

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

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

 a { background-color: rgb(101,84,102); }

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

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

 span { border-color: rgb(101,84,102); }

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