#605362

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

Shades of Fedora #605362

Tints of Fedora #605362

Color information

#605362 (or 0x605362) is unknown color: approx Fedora. HEX triplet: 60, 53 and 62. RGB value is (96,83,98). Sum of RGB (Red+Green+Blue) = 96+83+98=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 98 - color contains mainly: blue. Hex color #605362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605362 is #9FAC9D. Grayscale: #585858. Windows color (decimal): -10464414 or 6443872. OLE color: 6443872.

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

Color convert

RGB968398-
CMYK0.020.1500.62
HSL292º8.29%35.49%-
HSV(B)292º15.31%38.43%-
XYZ10.129.5612.87-
YUV88.6133.31133.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.66%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 98 (38.67% from 255) = 35.38%
R=34.66%
G=29.96%
B=35.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9683980.020.1500.622928.2935.49
Hex6053622F03E124823
Octal1401231422170764441043
Binary11000001010011110001010111101111101001001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605362; }

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

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

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

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

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

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

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

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