#655057

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

Shades of Finn #655057

Tints of Finn #655057

Color information

#655057 (or 0x655057) is unknown color: approx Finn. HEX triplet: 65, 50 and 57. RGB value is (101,80,87). Sum of RGB (Red+Green+Blue) = 101+80+87=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 101 - color contains mainly: red. Hex color #655057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655057 is #9AAFA8. Grayscale: #575757. Windows color (decimal): -10137513 or 5722213. OLE color: 5722213.

HSL color Cylindrical-coordinate representation of color #655057: hue angle of 340º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #655057 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB1018087-
CMYK00.210.140.60
HSL340º11.6%35.49%-
HSV(B)340º20.79%39.61%-
XYZ9.969.1910.27-
YUV87.08127.96137.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.69%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 87 (34.38% from 255) = 32.46%
R=37.69%
G=29.85%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101808700.210.140.6034011.635.49
Hex655057015E3C154c23
Octal14512012702516745241443
Binary11001011010000101011101010111101111001010101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655057; }

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

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

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

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

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

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

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

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