#605058

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

Shades of Finn #605058

Tints of Finn #605058

Color information

#605058 (or 0x605058) is unknown color: approx Finn. HEX triplet: 60, 50 and 58. RGB value is (96,80,88). Sum of RGB (Red+Green+Blue) = 96+80+88=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 96 - color contains mainly: red. Hex color #605058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605058 is #9FAFA7. Grayscale: #555555. Windows color (decimal): -10465192 or 5787744. OLE color: 5787744.

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

Color convert

RGB968088-
CMYK00.170.080.62
HSL330º9.09%34.51%-
HSV(B)330º16.67%37.65%-
XYZ9.458.9310.46-
YUV85.7129.3135.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.36%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 88 (34.77% from 255) = 33.33%
R=36.36%
G=30.30%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96808800.170.080.623309.0934.51
Hex60505801183E14a923
Octal14012013002110765121143
Binary11000001010000101100001000110001111101010010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605058; }

 p { color: rgb(96,80,88); }

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

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

 a { background-color: rgb(96,80,88); }

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

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

 span { border-color: rgb(96,80,88); }

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