#655369

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

Shades of Fedora #655369

Tints of Fedora #655369

Color information

#655369 (or 0x655369) is unknown color: approx Fedora. HEX triplet: 65, 53 and 69. RGB value is (101,83,105). Sum of RGB (Red+Green+Blue) = 101+83+105=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 105 - color contains mainly: blue. Hex color #655369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655369 is #9AAC96. Grayscale: #5A5A5A. Windows color (decimal): -10136727 or 6902629. OLE color: 6902629.

HSL color Cylindrical-coordinate representation of color #655369: hue angle of 289.09º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #655369 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10183105-
CMYK0.040.2100.59
HSL289.09º11.7%36.86%-
HSV(B)289.09º20.95%41.18%-
XYZ11.019.9714.71-
YUV90.89135.96135.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.95%
GREEN value IS 83 (32.81% from 255) = 28.72%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=34.95%
G=28.72%
B=36.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101831050.040.2100.59289.0911.736.86
Hex65536941503B121c25
Octal1451231514250734411445
Binary1100101101001111010011001010101110111001000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655369; }

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

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

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

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

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

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

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

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