#625566

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

Shades of Fedora #625566

Tints of Fedora #625566

Color information

#625566 (or 0x625566) is unknown color: approx Fedora. HEX triplet: 62, 55 and 66. RGB value is (98,85,102). Sum of RGB (Red+Green+Blue) = 98+85+102=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 102 - color contains mainly: blue. Hex color #625566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625566 is #9DAA99. Grayscale: #5A5A5A. Windows color (decimal): -10332826 or 6706530. OLE color: 6706530.

HSL color Cylindrical-coordinate representation of color #625566: hue angle of 285.88º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #625566 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9885102-
CMYK0.040.1700.6
HSL285.88º9.09%36.67%-
HSV(B)285.88º16.67%40%-
XYZ10.6810.0513.95-
YUV90.82134.31133.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.39%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=34.39%
G=29.82%
B=35.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal98851020.040.1700.6285.889.0936.67
Hex62556641103C11e925
Octal1421251464210744361145
Binary1100010101010111001101001000101111001000111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625566; }

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

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

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

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

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

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

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

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