#625563

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

Shades of Fedora #625563

Tints of Fedora #625563

Color information

#625563 (or 0x625563) is unknown color: approx Fedora. HEX triplet: 62, 55 and 63. RGB value is (98,85,99). Sum of RGB (Red+Green+Blue) = 98+85+99=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 99 - color contains mainly: blue. Hex color #625563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625563 is #9DAA9C. Grayscale: #5A5A5A. Windows color (decimal): -10332829 or 6509922. OLE color: 6509922.

HSL color Cylindrical-coordinate representation of color #625563: hue angle of 295.71º 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 #625563 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB988599-
CMYK0.010.1400.61
HSL295.71º7.61%36.08%-
HSV(B)295.71º14.14%38.82%-
XYZ10.549.9913.18-
YUV90.48132.81133.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.75%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=34.75%
G=30.14%
B=35.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9885990.010.1400.61295.717.6136.08
Hex6255631E03D128824
Octal1421251431160754501044
Binary1100010101010111000111111001111011001010001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625563; }

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

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

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

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

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

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

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

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