#655A68

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

Shades of Fedora #655A68

Tints of Fedora #655A68

Color information

#655A68 (or 0x655A68) is unknown color: approx Fedora. HEX triplet: 65, 5A and 68. RGB value is (101,90,104). Sum of RGB (Red+Green+Blue) = 101+90+104=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 104 - color contains mainly: blue. Hex color #655A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A68 is #9AA597. Grayscale: #5E5E5E. Windows color (decimal): -10134936 or 6838885. OLE color: 6838885.

HSL color Cylindrical-coordinate representation of color #655A68: hue angle of 287.14º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #655A68 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10190104-
CMYK0.030.1300.59
HSL287.14º7.22%38.04%-
HSV(B)287.14º13.46%40.78%-
XYZ11.5211.0814.63-
YUV94.88133.14132.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.24%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=34.24%
G=30.51%
B=35.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101901040.030.1300.59287.147.2238.04
Hex655A683D03B11f726
Octal145132150315073437746
Binary1100101101101011010001111010111011100011111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655A68; }

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

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

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

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

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

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

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

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