#655368

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

Shades of Fedora #655368

Tints of Fedora #655368

Color information

#655368 (or 0x655368) is unknown color: approx Fedora. HEX triplet: 65, 53 and 68. RGB value is (101,83,104). Sum of RGB (Red+Green+Blue) = 101+83+104=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 104 - color contains mainly: blue. Hex color #655368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655368 is #9AAC97. Grayscale: #5A5A5A. Windows color (decimal): -10136728 or 6837093. OLE color: 6837093.

HSL color Cylindrical-coordinate representation of color #655368: hue angle of 291.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #655368 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10183104-
CMYK0.030.2000.59
HSL291.43º11.23%36.67%-
HSV(B)291.43º20.19%40.78%-
XYZ10.969.9514.44-
YUV90.78135.46135.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.07%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=35.07%
G=28.82%
B=36.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101831040.030.2000.59291.4311.2336.67
Hex65536831403B123b25
Octal1451231503240734431345
Binary110010110100111101000111010001110111001000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655368; }

 p { color: rgb(101,83,104); }

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

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

 a { background-color: rgb(101,83,104); }

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

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

 span { border-color: rgb(101,83,104); }

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