#655B6A

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

Shades of Fedora #655B6A

Tints of Fedora #655B6A

Color information

#655B6A (or 0x655B6A) is unknown color: approx Fedora. HEX triplet: 65, 5B and 6A. RGB value is (101,91,106). Sum of RGB (Red+Green+Blue) = 101+91+106=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 106 - color contains mainly: blue. Hex color #655B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B6A is #9AA495. Grayscale: #5F5F5F. Windows color (decimal): -10134678 or 6970213. OLE color: 6970213.

HSL color Cylindrical-coordinate representation of color #655B6A: hue angle of 280º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #655B6A is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10191106-
CMYK0.050.1400.58
HSL280º7.61%38.63%-
HSV(B)280º14.15%41.57%-
XYZ11.7111.2915.2-
YUV95.7133.81131.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.89%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 106 (41.80% from 255) = 35.57%
R=33.89%
G=30.54%
B=35.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101911060.050.1400.582807.6138.63
Hex655B6A5E03A118827
Octal1451331525160724301047
Binary110010110110111101010101111001110101000110001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,91,106); }

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

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

 a { background-color: rgb(101,91,106); }

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

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

 span { border-color: rgb(101,91,106); }

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