#605561

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

Shades of Fedora #605561

Tints of Fedora #605561

Color information

#605561 (or 0x605561) is unknown color: approx Fedora. HEX triplet: 60, 55 and 61. RGB value is (96,85,97). Sum of RGB (Red+Green+Blue) = 96+85+97=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 97 - color contains mainly: blue. Hex color #605561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605561 is #9FAA9E. Grayscale: #595959. Windows color (decimal): -10463903 or 6378848. OLE color: 6378848.

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

Color convert

RGB968597-
CMYK0.010.1200.62
HSL295º6.59%35.69%-
HSV(B)295º12.37%38.04%-
XYZ10.239.8512.67-
YUV89.66132.14132.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.53%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 97 (38.28% from 255) = 34.89%
R=34.53%
G=30.58%
B=34.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9685970.010.1200.622956.5935.69
Hex6055611C03E127724
Octal140125141114076447744
Binary110000010101011100001111000111110100100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605561; }

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

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

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

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

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

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

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

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