#625565

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

Shades of Fedora #625565

Tints of Fedora #625565

Color information

#625565 (or 0x625565) is unknown color: approx Fedora. HEX triplet: 62, 55 and 65. RGB value is (98,85,101). Sum of RGB (Red+Green+Blue) = 98+85+101=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 101 - color contains mainly: blue. Hex color #625565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625565 is #9DAA9A. Grayscale: #5A5A5A. Windows color (decimal): -10332827 or 6640994. OLE color: 6640994.

HSL color Cylindrical-coordinate representation of color #625565: hue angle of 288.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #625565 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9885101-
CMYK0.030.1600.60
HSL288.75º8.6%36.47%-
HSV(B)288.75º15.84%39.61%-
XYZ10.6310.0313.69-
YUV90.71133.81133.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.51%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=34.51%
G=29.93%
B=35.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98851010.030.1600.60288.758.636.47
Hex62556531003C121924
Octal1421251453200744411144
Binary110001010101011100101111000001111001001000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625565; }

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

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

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

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

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

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

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

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