#65576C

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

Shades of Fedora #65576C

Tints of Fedora #65576C

Color information

#65576C (or 0x65576C) is unknown color: approx Fedora. HEX triplet: 65, 57 and 6C. RGB value is (101,87,108). Sum of RGB (Red+Green+Blue) = 101+87+108=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 108 - color contains mainly: blue. Hex color #65576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65576C is #9AA893. Grayscale: #5D5D5D. Windows color (decimal): -10135700 or 7100261. OLE color: 7100261.

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

Color convert

RGB10187108-
CMYK0.060.1900.58
HSL280º10.77%38.24%-
HSV(B)280º19.44%42.35%-
XYZ11.4810.6715.64-
YUV93.58136.14133.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.12%
GREEN value IS 87 (34.38% from 255) = 29.39%
BLUE value IS 108 (42.58% from 255) = 36.49%
R=34.12%
G=29.39%
B=36.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101871080.060.1900.5828010.7738.24
Hex65576C61303A118b26
Octal1451271546230724301346
Binary1100101101011111011001101001101110101000110001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,87,108); }

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

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

 a { background-color: rgb(101,87,108); }

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

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

 span { border-color: rgb(101,87,108); }

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