#605563

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

Shades of Fedora #605563

Tints of Fedora #605563

Color information

#605563 (or 0x605563) is unknown color: approx Fedora. HEX triplet: 60, 55 and 63. RGB value is (96,85,99). Sum of RGB (Red+Green+Blue) = 96+85+99=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 99 - color contains mainly: blue. Hex color #605563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605563 is #9FAA9C. Grayscale: #595959. Windows color (decimal): -10463901 or 6509920. OLE color: 6509920.

HSL color Cylindrical-coordinate representation of color #605563: hue angle of 287.14º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #605563 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB968599-
CMYK0.030.1400.61
HSL287.14º7.61%36.08%-
HSV(B)287.14º14.14%38.82%-
XYZ10.329.8813.17-
YUV89.88133.14132.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.29%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 99 (39.06% from 255) = 35.36%
R=34.29%
G=30.36%
B=35.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9685990.030.1400.61287.147.6136.08
Hex6055633E03D11f824
Octal1401251433160754371044
Binary11000001010101110001111111001111011000111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605563; }

 p { color: rgb(96,85,99); }

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

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

 a { background-color: rgb(96,85,99); }

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

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

 span { border-color: rgb(96,85,99); }

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