#615562

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

Shades of Fedora #615562

Tints of Fedora #615562

Color information

#615562 (or 0x615562) is unknown color: approx Fedora. HEX triplet: 61, 55 and 62. RGB value is (97,85,98). Sum of RGB (Red+Green+Blue) = 97+85+98=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 98 - color contains mainly: blue. Hex color #615562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615562 is #9EAA9D. Grayscale: #5A5A5A. Windows color (decimal): -10398366 or 6444385. OLE color: 6444385.

HSL color Cylindrical-coordinate representation of color #615562: hue angle of 295.38º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #615562 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB978598-
CMYK0.010.1300.62
HSL295.38º7.1%35.88%-
HSV(B)295.38º13.27%38.43%-
XYZ10.389.9212.92-
YUV90.07132.48132.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.64%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 98 (38.67% from 255) = 35%
R=34.64%
G=30.36%
B=35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9785980.010.1300.62295.387.135.88
Hex6155621D03E127724
Octal141125142115076447744
Binary110000110101011100010111010111110100100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615562; }

 p { color: rgb(97,85,98); }

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

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

 a { background-color: rgb(97,85,98); }

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

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

 span { border-color: rgb(97,85,98); }

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