#65586C

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

Shades of Fedora #65586C

Tints of Fedora #65586C

Color information

#65586C (or 0x65586C) is unknown color: approx Fedora. HEX triplet: 65, 58 and 6C. RGB value is (101,88,108). Sum of RGB (Red+Green+Blue) = 101+88+108=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 108 - color contains mainly: blue. Hex color #65586C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65586C is #9AA793. Grayscale: #5E5E5E. Windows color (decimal): -10135444 or 7100517. OLE color: 7100517.

HSL color Cylindrical-coordinate representation of color #65586C: hue angle of 279º degrees, saturation: 0.1, 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 #65586C is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10188108-
CMYK0.060.1900.58
HSL279º10.2%38.43%-
HSV(B)279º18.52%42.35%-
XYZ11.5610.8315.67-
YUV94.17135.81132.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.01%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=34.01%
G=29.63%
B=36.36%

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
Decimal101881080.060.1900.5827910.238.43
Hex65586C61303A117a26
Octal1451301546230724271246
Binary1100101101100011011001101001101110101000101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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