#605057

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

Shades of Finn #605057

Tints of Finn #605057

Color information

#605057 (or 0x605057) is unknown color: approx Finn. HEX triplet: 60, 50 and 57. RGB value is (96,80,87). Sum of RGB (Red+Green+Blue) = 96+80+87=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 96 - color contains mainly: red. Hex color #605057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605057 is #9FAFA8. Grayscale: #555555. Windows color (decimal): -10465193 or 5722208. OLE color: 5722208.

HSL color Cylindrical-coordinate representation of color #605057: hue angle of 333.75º 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 #605057 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB968087-
CMYK00.170.090.62
HSL333.75º9.09%34.51%-
HSV(B)333.75º16.67%37.65%-
XYZ9.418.9110.24-
YUV85.58128.8135.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.50%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 87 (34.38% from 255) = 33.08%
R=36.50%
G=30.42%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96808700.170.090.62333.759.0934.51
Hex60505701193E14e923
Octal14012012702111765161143
Binary11000001010000101011101000110011111101010011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605057; }

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

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

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

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

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

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

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

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