#605562

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

Shades of Fedora #605562

Tints of Fedora #605562

Color information

#605562 (or 0x605562) is unknown color: approx Fedora. HEX triplet: 60, 55 and 62. RGB value is (96,85,98). Sum of RGB (Red+Green+Blue) = 96+85+98=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 98 - color contains mainly: blue. Hex color #605562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605562 is #9FAA9D. Grayscale: #595959. Windows color (decimal): -10463902 or 6444384. OLE color: 6444384.

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

Color convert

RGB968598-
CMYK0.020.1300.62
HSL290.77º7.1%35.88%-
HSV(B)290.77º13.27%38.43%-
XYZ10.289.8712.92-
YUV89.77132.64132.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.41%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=34.41%
G=30.47%
B=35.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9685980.020.1300.62290.777.135.88
Hex6055622D03E123724
Octal140125142215076443744
Binary1100000101010111000101011010111110100100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605562; }

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

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

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

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

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

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

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

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