#605363

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

Shades of Fedora #605363

Tints of Fedora #605363

Color information

#605363 (or 0x605363) is unknown color: approx Fedora. HEX triplet: 60, 53 and 63. RGB value is (96,83,99). Sum of RGB (Red+Green+Blue) = 96+83+99=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 99 - color contains mainly: blue. Hex color #605363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605363 is #9FAC9C. Grayscale: #585858. Windows color (decimal): -10464413 or 6509408. OLE color: 6509408.

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

Color convert

RGB968399-
CMYK0.030.1600.61
HSL288.75º8.79%35.69%-
HSV(B)288.75º16.16%38.82%-
XYZ10.179.5713.12-
YUV88.71133.81133.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.53%
GREEN value IS 83 (32.81% from 255) = 29.86%
BLUE value IS 99 (39.06% from 255) = 35.61%
R=34.53%
G=29.86%
B=35.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9683990.030.1600.61288.758.7935.69
Hex60536331003D121924
Octal1401231433200754411144
Binary110000010100111100011111000001111011001000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605363; }

 p { color: rgb(96,83,99); }

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

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

 a { background-color: rgb(96,83,99); }

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

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

 span { border-color: rgb(96,83,99); }

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